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