Commit b18b2ee3 authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP2: Move sram-fn.S to sram24xx.S

This is to make room for sram34xx.S
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 3054c09b
...@@ -3,9 +3,12 @@ ...@@ -3,9 +3,12 @@
# #
# 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 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
# Functions loaded to SRAM
obj-$(CONFIG_ARCH_OMAP2) += sram24xx.o
# Power Management # Power Management
obj-$(CONFIG_PM) += pm.o sleep.o obj-$(CONFIG_PM) += pm.o sleep.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment