payloads/U-Boot: Correct start address
At present U-Boot crashes on entry as the start address is wrong. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Change-Id: I65e32fbb4ffea04b99abe4dc5afccfacd06c986e Reviewed-on: https://review.coreboot.org/c/coreboot/+/59603 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
parent
2e6c9d6488
commit
6c59f377ec
|
@ -35,6 +35,6 @@ config PAYLOAD_FILE
|
|||
default "payloads/external/U-Boot/build/u-boot.bin"
|
||||
|
||||
config PAYLOAD_OPTIONS
|
||||
default "-l 0x1110000 -e 0x1110015"
|
||||
default "-l 0x1110000 -e 0x1110000"
|
||||
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue