Skip to content
Snippets Groups Projects
Commit 6a6e1677 authored by Heiko Schocher's avatar Heiko Schocher Committed by Albert ARIBAUD
Browse files

arm, arm926: fix missing symbols in NAND_SPL mode


Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
parent fab19c14
No related branches found
No related tags found
No related merge requests found
......@@ -146,6 +146,12 @@ _bss_end_ofs:
_end_ofs:
.word _end - _start
#ifdef CONFIG_NAND_U_BOOT
.globl _end
_end:
.word __bss_end__
#endif
#ifdef CONFIG_USE_IRQ
/* IRQ stack memory (calculated at run-time) */
.globl IRQ_STACK_START
......
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