Browse Source

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>
Tom Rini 8 years ago
parent
commit
83ebd4a6b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/cpu/u-boot.lds

+ 1 - 1
arch/arm/cpu/u-boot.lds

@@ -165,7 +165,7 @@ SECTIONS
 		*(.__efi_runtime_rel_stop)
 	}
 
-	. = ALIGN(8);
+	. = ALIGN(4);
 
 	.image_copy_end :
 	{