From: Pavel Machek <pa...@denx.de>

Signed-off-by: Pavel Machek <pa...@denx.de>
Signed-off-by: Tom Rini <tr...@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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to