]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
omap-common: SPL: Fix whitespace in omap-common/u-boot-spl.lds.
authorPavel Machek <pavel@denx.de>
Thu, 30 Aug 2012 17:20:22 +0000 (19:20 +0200)
committerTom Rini <trini@ti.com>
Thu, 27 Sep 2012 16:48:38 +0000 (09:48 -0700)
Signed-off-by: Pavel Machek <pavel@denx.de>
Signed-off-by: Tom Rini <trini@ti.com>
arch/arm/cpu/armv7/omap-common/u-boot-spl.lds

index 8867e0604db9127a82b266f5999d3cc047dd4df6..1d8efb213bf4f9198e4a43db16870d5b54f20afe 100644 (file)
@@ -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);