summaryrefslogtreecommitdiff
path: root/board/freescale/mpc8349emds/Makefile
diff options
context:
space:
mode:
authorYork Sun <yorksun@freescale.com>2011-08-26 11:32:45 -0700
committerKumar Gala <galak@kernel.crashing.org>2011-09-29 19:01:06 -0500
commitd4b9106609a67617d8cef3bb6bce124974865388 (patch)
tree4bd57192ca2396fe074460924100062b24bf1feb /board/freescale/mpc8349emds/Makefile
parentd29d17d7badcf90a31e5d6d1d9a82838ea039a42 (diff)
downloadu-boot-imx-d4b9106609a67617d8cef3bb6bce124974865388.zip
u-boot-imx-d4b9106609a67617d8cef3bb6bce124974865388.tar.gz
u-boot-imx-d4b9106609a67617d8cef3bb6bce124974865388.tar.bz2
powerpc/mpc8349emds: Migrate from spd_sdram to unified DDR driver
Update MPC8349EMDS to use unified DDR driver instead of spd_sdram.c. The unified driver can initialize data using DDR controller. No need to use DMA if just to initialze for ECC. Signed-off-by: York Sun <yorksun@freescale.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8349emds/Makefile')
-rw-r--r--board/freescale/mpc8349emds/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/mpc8349emds/Makefile b/board/freescale/mpc8349emds/Makefile
index 4f76eab..601c3bf 100644
--- a/board/freescale/mpc8349emds/Makefile
+++ b/board/freescale/mpc8349emds/Makefile
@@ -27,6 +27,7 @@ LIB = $(obj)lib$(BOARD).o
COBJS-y += $(BOARD).o
COBJS-$(CONFIG_PCI) += pci.o
+COBJS-$(CONFIG_FSL_DDR2) += ddr.o
COBJS := $(COBJS-y)
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)