Re: [PATCH 08/21] ARM: OMAP: SRAM: Move omap2 sram-fn.S to sram242x.S

2008-06-17 Thread Tony Lindgren
* Russell King - ARM Linux [EMAIL PROTECTED] [080614 11:06]:
 On Fri, Jun 06, 2008 at 06:30:40PM -0700, Tony Lindgren wrote:
  This file will get split between sram242x.S and sram243x.S
  in following patch.
  
  Signed-off-by: Tony Lindgren [EMAIL PROTECTED]
 
 Please use '-M' so git diff detects renames.

Here's the updated patch with diff -M.

Tony
From 6a1b926ac526ffd806057a57b9df8c85d6f5657b Mon Sep 17 00:00:00 2001
From: Tony Lindgren [EMAIL PROTECTED]
Date: Tue, 17 Jun 2008 10:29:12 +0300
Subject: [PATCH] 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 [EMAIL PROTECTED]

diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
index 2feb687..6c59b26 100644
--- a/arch/arm/mach-omap2/Makefile
+++ b/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/arch/arm/mach-omap2/sram-fn.S b/arch/arm/mach-omap2/sram242x.S
similarity index 100%
rename from arch/arm/mach-omap2/sram-fn.S
rename to arch/arm/mach-omap2/sram242x.S


Re: [PATCH 08/21] ARM: OMAP: SRAM: Move omap2 sram-fn.S to sram242x.S

2008-06-14 Thread Russell King - ARM Linux
On Fri, Jun 06, 2008 at 06:30:40PM -0700, Tony Lindgren wrote:
 This file will get split between sram242x.S and sram243x.S
 in following patch.
 
 Signed-off-by: Tony Lindgren [EMAIL PROTECTED]

Please use '-M' so git diff detects renames.
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html