From: Tom Rini <trini@konsulko.com>
Date: Wed, 14 Jun 2017 13:13:21 +0000 (-0400)
Subject: Revert "ARM: fixed relocation using proper alignment"
X-Git-Tag: v2025.01-rc5-pxa1908~6556
X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=83ebd4a6b1db788be1d1e3487e1073cd6570764f;p=u-boot.git

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>
---

diff --git a/arch/arm/cpu/u-boot.lds b/arch/arm/cpu/u-boot.lds
index 70bee1a3f8..37d4c605ac 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 :
 	{