summaryrefslogtreecommitdiffstats
path: root/cpu/mpc86xx/Makefile
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-08-26 15:01:34 -0500
committerWolfgang Denk <wd@denx.de>2008-08-27 02:06:01 +0200
commit46ff4f1100ea64a01d21cc008ce85ac15eb1821f (patch)
tree13429ec1644b7dcdac3aaa4b313e7578a1418e97 /cpu/mpc86xx/Makefile
parent233fdd502a6c227f476212b3097653ad48d7e254 (diff)
downloadtalos-obmc-uboot-46ff4f1100ea64a01d21cc008ce85ac15eb1821f.tar.gz
talos-obmc-uboot-46ff4f1100ea64a01d21cc008ce85ac15eb1821f.zip
FSL DDR: Add 86xx specific register setting
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'cpu/mpc86xx/Makefile')
-rw-r--r--cpu/mpc86xx/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpu/mpc86xx/Makefile b/cpu/mpc86xx/Makefile
index 454c728409..12ad66d366 100644
--- a/cpu/mpc86xx/Makefile
+++ b/cpu/mpc86xx/Makefile
@@ -39,6 +39,12 @@ COBJS-y += interrupts.o
COBJS-$(CONFIG_OF_LIBFDT) += fdt.o
+ifeq ($(CONFIG_FSL_DDR2),y)
+COBJS-$(CONFIG_MPC8641) += ddr-8641.o
+# 8610 & 8641 are identical w/regards to DDR
+COBJS-$(CONFIG_MPC8610) += ddr-8641.o
+endif
+
ifneq ($(CONFIG_FSL_DDR2),y)
COBJS-y += spd_sdram.o
endif
OpenPOWER on IntegriCloud