mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 06:28:54 +00:00
5 lines
79 B
Makefile
5 lines
79 B
Makefile
ifdef CONFIG_NAND_SPL
|
|
TEXT_BASE = 0x87ec0000
|
|
else
|
|
TEXT_BASE = 0x87f00000
|
|
endif
|