Browse Source

omap-common: SPL: Fix whitespace in omap-common/u-boot-spl.lds.

Signed-off-by: Pavel Machek <pavel@denx.de>
Signed-off-by: Tom Rini <trini@ti.com>
Pavel Machek 12 years ago
parent
commit
9f8a6e7ae7
1 changed files with 3 additions and 3 deletions
  1. 3 3
      arch/arm/cpu/armv7/omap-common/u-boot-spl.lds

+ 3 - 3
arch/arm/cpu/armv7/omap-common/u-boot-spl.lds

@@ -37,9 +37,9 @@ SECTIONS
 {
 {
 	.text      :
 	.text      :
 	{
 	{
-	__start = .;
-	  arch/arm/cpu/armv7/start.o	(.text)
-	  *(.text*)
+		__start = .;
+		arch/arm/cpu/armv7/start.o	(.text)
+		*(.text*)
 	} >.sram
 	} >.sram
 
 
 	. = ALIGN(4);
 	. = ALIGN(4);