summaryrefslogtreecommitdiffstats
path: root/board/samsung/smdk5250/Makefile
diff options
context:
space:
mode:
authorRajeshwari Shinde <rajeshwari.s@samsung.com>2012-07-03 20:02:56 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-09-01 14:58:23 +0200
commit87f2e079dbbe517003bd2c3910ae2512ab27a6f5 (patch)
tree0fd32aed7950df0e9080e746e300a8e8ed44511b /board/samsung/smdk5250/Makefile
parent998e5d393f335de92fbde81c804c88be4b833cf7 (diff)
downloadblackbird-obmc-uboot-87f2e079dbbe517003bd2c3910ae2512ab27a6f5.tar.gz
blackbird-obmc-uboot-87f2e079dbbe517003bd2c3910ae2512ab27a6f5.zip
Exynos5: DDR3: Add DDR3 memory setup for Exynos5250 Rev 1.0
The patch adds the memory initialization sequence of DDR3. Signed-off-by: Hatim Ali <hatim.rv@samsung.com> Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'board/samsung/smdk5250/Makefile')
-rw-r--r--board/samsung/smdk5250/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/samsung/smdk5250/Makefile b/board/samsung/smdk5250/Makefile
index 3675fadd5a..1474fa8a15 100644
--- a/board/samsung/smdk5250/Makefile
+++ b/board/samsung/smdk5250/Makefile
@@ -27,7 +27,7 @@ LIB = $(obj)lib$(BOARD).o
SOBJS := lowlevel_init.o
COBJS := clock_init.o
-COBJS += dmc_init.o
+COBJS += dmc_common.o dmc_init_ddr3.o
COBJS += tzpc_init.o
COBJS += smdk5250_spl.o
OpenPOWER on IntegriCloud