diff options
author | Simon Glass <sjg@chromium.org> | 2021-11-23 10:28:17 -0700 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-11-25 21:04:36 +0000 |
commit | ed533f7077bbde1845306913d0e35d502189ae1b (patch) | |
tree | 4c89cf4b060bffe7475fb2ab2ab91e5bcd113022 /payloads/external/U-Boot | |
parent | 03f0fa182269395618d407cc6c4460d3889c7192 (diff) |
payloads/U-Boot: Use the correct output binary
The u-boot.bin file should be used, rather than u-boot-dtb.bin
While they are often the same, the -dtb version is really just for
legacy use now.
Signed-off-by: Simon Glass <sjg@chromium.org>
Change-Id: I5558ed94c7dd6cc57ceb835fe367bfa050ad2150
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59601
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'payloads/external/U-Boot')
-rw-r--r-- | payloads/external/U-Boot/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/U-Boot/Kconfig b/payloads/external/U-Boot/Kconfig index b635bbb38d..2ee14fdae5 100644 --- a/payloads/external/U-Boot/Kconfig +++ b/payloads/external/U-Boot/Kconfig @@ -32,7 +32,7 @@ config PAYLOAD_CONFIGFILE from the U-Boot config directory config PAYLOAD_FILE - default "payloads/external/U-Boot/build/u-boot/u-boot-dtb.bin" + default "payloads/external/U-Boot/build/u-boot.bin" config PAYLOAD_OPTIONS default "-l 0x1110000 -e 0x1110015" |