projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efefbcc
)
xtensa: fix redboot load address
author
Chris Zankel
<chris@zankel.net>
Thu, 9 May 2013 05:44:18 +0000
(22:44 -0700)
committer
Chris Zankel
<chris@zankel.net>
Thu, 9 May 2013 08:07:12 +0000
(
01:07
-0700)
With the patch to support MMUv3, the base address for the loaded
binary image has changed, and a fix was applied to the U-Boot image.
This fixes the RedBoot image.
Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/boot/boot-redboot/boot.ld
patch
|
blob
|
blame
|
history
diff --git
a/arch/xtensa/boot/boot-redboot/boot.ld
b/arch/xtensa/boot/boot-redboot/boot.ld
index 5bbcaf9e830df7de973d125d5ef9ded9adbde2df..b0b9e95b58bd600ebbb8d24d900404811ac954ad 100644
(file)
--- a/
arch/xtensa/boot/boot-redboot/boot.ld
+++ b/
arch/xtensa/boot/boot-redboot/boot.ld
@@
-33,7
+33,7
@@
SECTIONS
. = ALIGN(0x10);
__image_load = . ;
- .image 0xd000
1
000: AT(__image_load)
+ .image 0xd000
3
000: AT(__image_load)
{
_image_start = .;
*(image)