Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a078ccff authored by Chris Zankel's avatar Chris Zankel
Browse files

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: default avatarChris Zankel <chris@zankel.net>
parent efefbcc5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ SECTIONS

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