Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
arch/xtensa/boot/boot-redboot/boot.ld
··· 33 33 34 34 . = ALIGN(0x10); 35 35 __image_load = . ; 36 - .image 0xd0001000: AT(__image_load) 36 + .image 0xd0003000: AT(__image_load) 37 37 { 38 38 _image_start = .; 39 39 *(image)