From: Tony Lindgren Date: Thu, 3 Jul 2008 09:24:38 +0000 (+0300) Subject: ARM: OMAP: SRAM: Move omap2 sram-fn.S to sram242x.S X-Git-Tag: v2.6.27-rc1~850^2~2^9~15 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=373a67021d00a8b8c86bfa19f8914377de05b4bd;p=linux-2.6-omap-h63xx.git ARM: OMAP: SRAM: Move omap2 sram-fn.S to sram242x.S This file will get split between sram242x.S and sram243x.S in following patch. Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 2feb6870b73..6c59b267105 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -3,7 +3,7 @@ # # Common support -obj-y := irq.o id.o io.o sram-fn.o memory.o control.o prcm.o clock.o mux.o \ +obj-y := irq.o id.o io.o sram242x.o memory.o control.o prcm.o clock.o mux.o \ devices.o serial.o gpmc.o timer-gp.o # Power Management diff --git a/arch/arm/mach-omap2/sram-fn.S b/arch/arm/mach-omap2/sram242x.S similarity index 100% rename from arch/arm/mach-omap2/sram-fn.S rename to arch/arm/mach-omap2/sram242x.S