[U-Boot] [PATCH v6 05/29] omap-common: SPL: Fix whitespace in omap-common/u-boot-spl.lds.

Tom Rini trini at ti.com
Fri Aug 31 20:02:52 CEST 2012


From: Pavel Machek <pavel at denx.de>

Signed-off-by: Pavel Machek <pavel at denx.de>
Signed-off-by: Tom Rini <trini at ti.com>
---
Changes in v6:
- Add Pavel's whitespace fix to omap-common/u-boot-spl.lds

 arch/arm/cpu/armv7/omap-common/u-boot-spl.lds |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/cpu/armv7/omap-common/u-boot-spl.lds b/arch/arm/cpu/armv7/omap-common/u-boot-spl.lds
index 8867e06..1d8efb2 100644
--- a/arch/arm/cpu/armv7/omap-common/u-boot-spl.lds
+++ b/arch/arm/cpu/armv7/omap-common/u-boot-spl.lds
@@ -37,9 +37,9 @@ SECTIONS
 {
 	.text      :
 	{
-	__start = .;
-	  arch/arm/cpu/armv7/start.o	(.text)
-	  *(.text*)
+		__start = .;
+		arch/arm/cpu/armv7/start.o	(.text)
+		*(.text*)
 	} >.sram
 
 	. = ALIGN(4);
-- 
1.7.9.5



More information about the U-Boot mailing list