ARM: OMAP: SRAM: Move sram-fn.S from plat-omap to mach-omap1

This file is omap1 specific.

Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Tony Lindgren 2008-07-03 12:24:38 +03:00
parent 97b7f71558
commit 99f143b316
3 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# #
# Common support # Common support
obj-y := io.o id.o clock.o irq.o mux.o serial.o devices.o obj-y := io.o id.o sram.o clock.o irq.o mux.o serial.o devices.o
obj-$(CONFIG_OMAP_MPU_TIMER) += time.o obj-$(CONFIG_OMAP_MPU_TIMER) += time.o
obj-$(CONFIG_OMAP_32K_TIMER) += timer32k.o obj-$(CONFIG_OMAP_32K_TIMER) += timer32k.o

View File

@ -3,7 +3,7 @@
# #
# Common support # Common support
obj-y := common.o sram.o sram-fn.o clock.o devices.o dma.o mux.o gpio.o \ obj-y := common.o sram.o clock.o devices.o dma.o mux.o gpio.o \
usb.o fb.o usb.o fb.o
obj-m := obj-m :=
obj-n := obj-n :=