mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
6 lines
79 B
Makefile
6 lines
79 B
Makefile
ifdef CONFIG_NAND_SPL
|
|
TEXT_BASE = 0x87ec0000
|
|
else
|
|
TEXT_BASE = 0x87f00000
|
|
endif
|