mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 09:27:35 +00:00
d08e5ca301
Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
5 lines
79 B
Makefile
5 lines
79 B
Makefile
ifdef CONFIG_NAND_SPL
|
|
TEXT_BASE = 0x87ec0000
|
|
else
|
|
TEXT_BASE = 0x87f00000
|
|
endif
|