Skip to content

Commit

Permalink
xtensa: fix redboot load address
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
czankel committed May 9, 2013
1 parent efefbcc commit a078ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/xtensa/boot/boot-redboot/boot.ld
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ SECTIONS

. = ALIGN(0x10);
__image_load = . ;
.image 0xd0001000: AT(__image_load)
.image 0xd0003000: AT(__image_load)
{
_image_start = .;
*(image)
Expand Down

0 comments on commit a078ccf

Please sign in to comment.