summaryrefslogtreecommitdiffstats
path: root/board/sheldon/simpc8313/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/sheldon/simpc8313/config.mk')
-rw-r--r--board/sheldon/simpc8313/config.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/board/sheldon/simpc8313/config.mk b/board/sheldon/simpc8313/config.mk
new file mode 100644
index 0000000000..ce1c0d8d93
--- /dev/null
+++ b/board/sheldon/simpc8313/config.mk
@@ -0,0 +1,13 @@
+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
OpenPOWER on IntegriCloud