projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f7923c
)
Revert "ARM: fixed relocation using proper alignment"
author
Tom Rini
<trini@konsulko.com>
Wed, 14 Jun 2017 13:13:21 +0000
(09:13 -0400)
committer
Tom Rini
<trini@konsulko.com>
Wed, 14 Jun 2017 13:13:21 +0000
(09:13 -0400)
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>
arch/arm/cpu/u-boot.lds
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/u-boot.lds
b/arch/arm/cpu/u-boot.lds
index
70bee1a
..
37d4c60
100644
(file)
--- 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 :
{