From 46ff4f1100ea64a01d21cc008ce85ac15eb1821f Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Tue, 26 Aug 2008 15:01:34 -0500 Subject: FSL DDR: Add 86xx specific register setting Signed-off-by: Kumar Gala --- cpu/mpc86xx/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cpu/mpc86xx/Makefile') diff --git a/cpu/mpc86xx/Makefile b/cpu/mpc86xx/Makefile index 454c72840..12ad66d36 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 -- cgit v1.2.3