mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
6895d4510a
This is an i.MX25 base board with only NAND so it uses nand_spl to boot. Signed-off-by: John Rigby <jcrigby@gmail.com> Tune configuration, add support for (redundant) environment in NAND. Signed-off-by: Wolfgang Denk <wd@denx.de> Acked-by: Wolfgang Denk <wd@denx.de> CC: Fred Fan <fanyefeng@gmail.com> CC: Tom <Tom.Rix@windriver.com>
5 lines
79 B
Makefile
5 lines
79 B
Makefile
ifdef CONFIG_NAND_SPL
|
|
TEXT_BASE = 0x81ec0000
|
|
else
|
|
TEXT_BASE = 0x81f00000
|
|
endif
|