Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
arch/arm/mach-omap2/Makefile
··· 3 3 # 4 4 5 5 # Common support 6 - obj-y := irq.o id.o io.o sram-fn.o memory.o control.o prcm.o clock.o mux.o \ 6 + obj-y := irq.o id.o io.o sram242x.o memory.o control.o prcm.o clock.o mux.o \ 7 7 devices.o serial.o gpmc.o timer-gp.o 8 8 9 9 # Power Management
arch/arm/mach-omap2/sram-fn.S arch/arm/mach-omap2/sram242x.S