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

Reported-by: Manfred Schlaegl <manfred.schlaegl@ginzinger.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
master
Tom Rini 7 years ago
parent 9f7923c73c
commit 83ebd4a6b1
  1. 2
      arch/arm/cpu/u-boot.lds

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

Loading…
Cancel
Save