From 541386d5d640d59e486c402ab233464df0369750 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Thu, 3 Jul 2008 12:24:38 +0300 Subject: [PATCH] --- yaml --- r: 100785 b: refs/heads/master c: 373a67021d00a8b8c86bfa19f8914377de05b4bd h: refs/heads/master i: 100783: 5477194506c97f3efae7b72da595f5ee6b4dc429 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap2/Makefile | 2 +- trunk/arch/arm/mach-omap2/{sram-fn.S => sram242x.S} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename trunk/arch/arm/mach-omap2/{sram-fn.S => sram242x.S} (100%) diff --git a/[refs] b/[refs] index 3fdc4d94be8e..84caa61b39a1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 99f143b316b056a86c8226c15882cc0718f0b3b0 +refs/heads/master: 373a67021d00a8b8c86bfa19f8914377de05b4bd diff --git a/trunk/arch/arm/mach-omap2/Makefile b/trunk/arch/arm/mach-omap2/Makefile index 2feb6870b735..6c59b267105d 100644 --- a/trunk/arch/arm/mach-omap2/Makefile +++ b/trunk/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/trunk/arch/arm/mach-omap2/sram-fn.S b/trunk/arch/arm/mach-omap2/sram242x.S similarity index 100% rename from trunk/arch/arm/mach-omap2/sram-fn.S rename to trunk/arch/arm/mach-omap2/sram242x.S