From b779f7a59530436040f157f7841db7ab796542df Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 4 Feb 2008 19:26:57 -0500 Subject: scrub unused symbols Signed-off-by: Mike Frysinger --- cpu/bf561/start.S | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cpu/bf561') diff --git a/cpu/bf561/start.S b/cpu/bf561/start.S index 19578a526..6565de8cf 100644 --- a/cpu/bf561/start.S +++ b/cpu/bf561/start.S @@ -49,13 +49,8 @@ .global __bss_start; .global start; .global _start; -.global _rambase; -.global _ramstart; -.global _ramend; .global edata; -.global _initialize; .global _exit; -.global flashdataend; .global init_sdram; .text -- cgit v1.2.3