diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2008-02-04 19:26:57 -0500 | 
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2008-02-04 19:26:57 -0500 | 
| commit | b779f7a59530436040f157f7841db7ab796542df (patch) | |
| tree | cfb3a9a1831401abc81d493958e8eb3114862abf | |
| parent | cc2977acc3bbbb7850f16645dd1081f95335868d (diff) | |
| download | olio-uboot-2014.01-b779f7a59530436040f157f7841db7ab796542df.tar.xz olio-uboot-2014.01-b779f7a59530436040f157f7841db7ab796542df.zip | |
scrub unused symbols
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| -rw-r--r-- | cpu/bf533/start.S | 7 | ||||
| -rw-r--r-- | cpu/bf537/start.S | 7 | ||||
| -rw-r--r-- | cpu/bf561/start.S | 5 | 
3 files changed, 0 insertions, 19 deletions
| diff --git a/cpu/bf533/start.S b/cpu/bf533/start.S index 6b43b9d03..c32fef616 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) diff --git a/cpu/bf537/start.S b/cpu/bf537/start.S index d080426ec..a48f3c6c7 100644 --- a/cpu/bf537/start.S +++ b/cpu/bf537/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;  .global _icache_enable;  .global _dcache_enable; 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 |