mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-10 04:08:52 +00:00
6 lines
79 B
Makefile
6 lines
79 B
Makefile
|
ifdef CONFIG_NAND_SPL
|
||
|
TEXT_BASE = 0x81ec0000
|
||
|
else
|
||
|
TEXT_BASE = 0x81f00000
|
||
|
endif
|