diff options
Diffstat (limited to 'cpu/bf561/start.S')
-rw-r--r-- | cpu/bf561/start.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpu/bf561/start.S b/cpu/bf561/start.S index 19578a5..6565de8 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 |