aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa
diff options
context:
space:
mode:
authorChris Zankel <chris@zankel.net>2013-05-09 01:44:18 -0400
committerChris Zankel <chris@zankel.net>2013-05-09 04:07:12 -0400
commita078ccff5642a8fe792a43b3d973bcc3f6dd733f (patch)
treeab5c8294a9c9f802338b9677171728b20cafaa54 /arch/xtensa
parentefefbcc50028fb025316a1a21dca5ce4fd90e881 (diff)
xtensa: fix redboot load address
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>
Diffstat (limited to 'arch/xtensa')
-rw-r--r--arch/xtensa/boot/boot-redboot/boot.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/boot/boot-redboot/boot.ld b/arch/xtensa/boot/boot-redboot/boot.ld
index 5bbcaf9e830d..b0b9e95b58bd 100644
--- a/arch/xtensa/boot/boot-redboot/boot.ld
+++ b/arch/xtensa/boot/boot-redboot/boot.ld
@@ -33,7 +33,7 @@ SECTIONS
33 33
34 . = ALIGN(0x10); 34 . = ALIGN(0x10);
35 __image_load = . ; 35 __image_load = . ;
36 .image 0xd0001000: AT(__image_load) 36 .image 0xd0003000: AT(__image_load)
37 { 37 {
38 _image_start = .; 38 _image_start = .;
39 *(image) 39 *(image)