summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/u-boot.lds
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-06-14 13:13:21 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-14 13:13:21 (GMT)
commit83ebd4a6b1db788be1d1e3487e1073cd6570764f (patch)
treea82bf308172621925af1204703c0fa4d993e2104 /arch/arm/cpu/u-boot.lds
parent9f7923c73cca2a2735148c16de331cbdcf77ec63 (diff)
downloadu-boot-fsl-qoriq-83ebd4a6b1db788be1d1e3487e1073cd6570764f.tar.xz
Revert "ARM: fixed relocation using proper alignment"
It turns out this change was not intended to be merged and as such, revert it. This reverts commit cdde7de0364ffa505d631b342f1a2fa729e8e67d. Reported-by: Manfred Schlaegl <manfred.schlaegl@ginzinger.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/cpu/u-boot.lds')
-rw-r--r--arch/arm/cpu/u-boot.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/u-boot.lds b/arch/arm/cpu/u-boot.lds
index 70bee1a..37d4c60 100644
--- a/arch/arm/cpu/u-boot.lds
+++ b/arch/arm/cpu/u-boot.lds
@@ -165,7 +165,7 @@ SECTIONS
*(.__efi_runtime_rel_stop)
}
- . = ALIGN(8);
+ . = ALIGN(4);
.image_copy_end :
{