Skip to content
Snippets Groups Projects
Commit 83ebd4a6 authored by Tom Rini's avatar Tom Rini
Browse files

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

Reported-by: default avatarManfred Schlaegl <manfred.schlaegl@ginzinger.com>
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 9f7923c7
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ SECTIONS
*(.__efi_runtime_rel_stop)
}
. = ALIGN(8);
. = ALIGN(4);
.image_copy_end :
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment