mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-12 05:25:11 -04:00
arm926ejs: Remove deprecated and now unused NAND SPL
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
This commit is contained in:
parent
da962b7175
commit
ac415a5720
@ -120,15 +120,11 @@ _fiq:
|
|||||||
|
|
||||||
.globl _TEXT_BASE
|
.globl _TEXT_BASE
|
||||||
_TEXT_BASE:
|
_TEXT_BASE:
|
||||||
#ifdef CONFIG_NAND_SPL /* deprecated, use instead CONFIG_SPL_BUILD */
|
|
||||||
.word CONFIG_SYS_TEXT_BASE
|
|
||||||
#else
|
|
||||||
#if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_TEXT_BASE)
|
#if defined(CONFIG_SPL_BUILD) && defined(CONFIG_SPL_TEXT_BASE)
|
||||||
.word CONFIG_SPL_TEXT_BASE
|
.word CONFIG_SPL_TEXT_BASE
|
||||||
#else
|
#else
|
||||||
.word CONFIG_SYS_TEXT_BASE
|
.word CONFIG_SYS_TEXT_BASE
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* These are defined in the board-specific linker script.
|
* These are defined in the board-specific linker script.
|
||||||
@ -152,12 +148,6 @@ _bss_end_ofs:
|
|||||||
_end_ofs:
|
_end_ofs:
|
||||||
.word _end - _start
|
.word _end - _start
|
||||||
|
|
||||||
#ifdef CONFIG_NAND_U_BOOT
|
|
||||||
.globl _end
|
|
||||||
_end:
|
|
||||||
.word __bss_end
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef CONFIG_USE_IRQ
|
#ifdef CONFIG_USE_IRQ
|
||||||
/* IRQ stack memory (calculated at run-time) */
|
/* IRQ stack memory (calculated at run-time) */
|
||||||
.globl IRQ_STACK_START
|
.globl IRQ_STACK_START
|
||||||
|
Loading…
x
Reference in New Issue
Block a user