mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
e4c0950854
Note that with older board revisions, NAND boot may only work after a power-on reset, and not after a warm reset. I don't have a newer board to test on; if you have a board with a 33MHz crystal, please let me know if it works after a warm reset. Signed-off-by: Scott Wood <scottwood@freescale.com>
7 lines
118 B
Makefile
7 lines
118 B
Makefile
ifndef NAND_SPL
|
|
sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
|
|
endif
|
|
|
|
ifndef TEXT_BASE
|
|
TEXT_BASE = 0xFE000000
|
|
endif
|