Makefile: move all Power Architecture boards into boards.cfg
[platform/kernel/u-boot.git] / board / freescale / mpc8569mds / config.mk
index 962f79b..54b2eb1 100644 (file)
@@ -23,4 +23,8 @@
 #
 # mpc8569mds board
 #
-TEXT_BASE = 0xfff80000
+ifndef NAND_SPL
+ifeq ($(CONFIG_NAND), y)
+LDSCRIPT := $(TOPDIR)/$(CPUDIR)/u-boot-nand.lds
+endif
+endif