diff options
Diffstat (limited to 'cpu/bf533')
-rw-r--r-- | cpu/bf533/start.S | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cpu/bf533/start.S b/cpu/bf533/start.S index 6b43b9d03a..c32fef6163 100644 --- a/cpu/bf533/start.S +++ b/cpu/bf533/start.S @@ -49,15 +49,8 @@ .global __bss_start; .global start; .global _start; -.global _rambase; -.global _ramstart; -.global _ramend; -.global _bf533_data_dest; -.global _bf533_data_size; .global edata; -.global _initialize; .global _exit; -.global flashdataend; .global init_sdram; #if (CONFIG_CCLK_DIV == 1) |