mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 09:48:16 +00:00
14 lines
191 B
Makefile
14 lines
191 B
Makefile
|
ifndef NAND_SPL
|
||
|
sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
|
||
|
endif
|
||
|
|
||
|
ifndef TEXT_BASE
|
||
|
TEXT_BASE = 0x00100000
|
||
|
endif
|
||
|
|
||
|
ifdef CONFIG_NAND_LP
|
||
|
PAD_TO = 0xFFF20000
|
||
|
else
|
||
|
PAD_TO = 0xFFF04000
|
||
|
endif
|