]> git.baikalelectronics.ru Git - uboot.git/commitdiff
Revert "ARM: fixed relocation using proper alignment"
authorTom Rini <trini@konsulko.com>
Wed, 14 Jun 2017 13:13:21 +0000 (09:13 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 14 Jun 2017 13:13:21 +0000 (09:13 -0400)
It turns out this change was not intended to be merged and as such,
revert it.

This reverts commit f6b2fafebf2744b3bc3015843b4419eab6141340.

Reported-by: Manfred Schlaegl <manfred.schlaegl@ginzinger.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/cpu/u-boot.lds

index 70bee1a3f8a776dbdfad882ba429c883ba39e2bf..37d4c605aca3256032974302c2f6b916fb3731d0 100644 (file)
@@ -165,7 +165,7 @@ SECTIONS
                *(.__efi_runtime_rel_stop)
        }
 
-       . = ALIGN(8);
+       . = ALIGN(4);
 
        .image_copy_end :
        {