Browse Source

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 <tony@atomide.com>
Tony Lindgren 17 years ago
parent
commit
373a67021d
2 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/mach-omap2/Makefile
  2. 0 0
      arch/arm/mach-omap2/sram242x.S

+ 1 - 1
arch/arm/mach-omap2/Makefile

@@ -3,7 +3,7 @@
 #
 #
 
 
 # Common support
 # 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
 		devices.o serial.o gpmc.o timer-gp.o
 
 
 # Power Management
 # Power Management

+ 0 - 0
arch/arm/mach-omap2/sram-fn.S → arch/arm/mach-omap2/sram242x.S