summaryrefslogtreecommitdiffstats
path: root/board/sheldon/simpc8313/config.mk
blob: 7a8aa424eb08441a6edc4454ec96b3f3da259acd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
ifndef NAND_SPL
sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
endif

ifndef CONFIG_SYS_TEXT_BASE
CONFIG_SYS_TEXT_BASE = 0x00100000
endif

ifdef CONFIG_NAND_LP
PAD_TO = 0xFFF20000
else
PAD_TO = 0xFFF04000
endif
OpenPOWER on IntegriCloud