mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
@ -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 @@
|
|||||||
.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 @@
|
|||||||
.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
|
||||||
|
Reference in New Issue
Block a user