mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
scrub unused symbols
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
cc2977acc3
commit
b779f7a595
3 changed files with 0 additions and 19 deletions
|
@ -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)
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue