Skip to content
Snippets Groups Projects
Commit b779f7a5 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

scrub unused symbols

parent cc2977ac
No related branches found
No related tags found
No related merge requests found
...@@ -49,15 +49,8 @@ ...@@ -49,15 +49,8 @@
.global __bss_start; .global __bss_start;
.global start; .global start;
.global _start; .global _start;
.global _rambase;
.global _ramstart;
.global _ramend;
.global _bf533_data_dest;
.global _bf533_data_size;
.global edata; .global edata;
.global _initialize;
.global _exit; .global _exit;
.global flashdataend;
.global init_sdram; .global init_sdram;
#if (CONFIG_CCLK_DIV == 1) #if (CONFIG_CCLK_DIV == 1)
......
...@@ -49,15 +49,8 @@ ...@@ -49,15 +49,8 @@
.global __bss_start; .global __bss_start;
.global start; .global start;
.global _start; .global _start;
.global _rambase;
.global _ramstart;
.global _ramend;
.global _bf533_data_dest;
.global _bf533_data_size;
.global edata; .global edata;
.global _initialize;
.global _exit; .global _exit;
.global flashdataend;
.global init_sdram; .global init_sdram;
.global _icache_enable; .global _icache_enable;
.global _dcache_enable; .global _dcache_enable;
......
...@@ -49,13 +49,8 @@ ...@@ -49,13 +49,8 @@
.global __bss_start; .global __bss_start;
.global start; .global start;
.global _start; .global _start;
.global _rambase;
.global _ramstart;
.global _ramend;
.global edata; .global edata;
.global _initialize;
.global _exit; .global _exit;
.global flashdataend;
.global init_sdram; .global init_sdram;
.text .text
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment