summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/omap5/Makefile
diff options
context:
space:
mode:
authorSRICHARAN R <r.sricharan@ti.com>2012-03-12 02:25:45 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-05-15 08:31:24 +0200
commit971f2ba21a6fb8b2b7d4696b6c4ca43bda20d366 (patch)
tree1f658e98a0cb819d5be254fff697dde08c114534 /arch/arm/cpu/armv7/omap5/Makefile
parent7a4bf209306346e30df18703b8c9af13e42fd10a (diff)
downloadtalos-obmc-uboot-971f2ba21a6fb8b2b7d4696b6c4ca43bda20d366.tar.gz
talos-obmc-uboot-971f2ba21a6fb8b2b7d4696b6c4ca43bda20d366.zip
OMAP5: ddr: Change the ddr device name.
The ddr part name used in OMAP5 ES1.0 soc is a SAMSUNG part and not a ELPIDA part. So change this. Signed-off-by: R Sricharan <r.sricharan@ti.com>
Diffstat (limited to 'arch/arm/cpu/armv7/omap5/Makefile')
-rw-r--r--arch/arm/cpu/armv7/omap5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/omap5/Makefile b/arch/arm/cpu/armv7/omap5/Makefile
index f8ca9ac367..9b261c4df2 100644
--- a/arch/arm/cpu/armv7/omap5/Makefile
+++ b/arch/arm/cpu/armv7/omap5/Makefile
@@ -28,7 +28,7 @@ LIB = $(obj)lib$(SOC).o
COBJS += hwinit.o
COBJS += clocks.o
COBJS += emif.o
-COBJS += sdram_elpida.o
+COBJS += sdram.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS) $(SOBJS))
OpenPOWER on IntegriCloud