summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/omap4/Makefile
diff options
context:
space:
mode:
authorAneesh V <aneesh@ti.com>2011-07-21 09:10:09 -0400
committerU-Boot <uboot@aari01-12.(none)>2011-08-03 12:49:19 +0200
commit2ae610f030c376323515321280352b3fe6278a0f (patch)
tree709368af53235e59613e54fa6dd05ab2aad0a40d /arch/arm/cpu/armv7/omap4/Makefile
parent3776801d0ae4c147cba3110f71441edefe46a02c (diff)
omap4: add sdram init support
Add support for the SDRAM controller (EMIF). Signed-off-by: Aneesh V <aneesh@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'arch/arm/cpu/armv7/omap4/Makefile')
-rw-r--r--arch/arm/cpu/armv7/omap4/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/omap4/Makefile b/arch/arm/cpu/armv7/omap4/Makefile
index ac4b2a6119e..e1ccd68192b 100644
--- a/arch/arm/cpu/armv7/omap4/Makefile
+++ b/arch/arm/cpu/armv7/omap4/Makefile
@@ -29,7 +29,9 @@ SOBJS += lowlevel_init.o
COBJS += board.o
COBJS += clocks.o
+COBJS += emif.o
COBJS += mem.o
+COBJS += sdram_elpida.o
COBJS += sys_info.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)