diff options
author | Simon Glass <sjg@chromium.org> | 2023-08-11 12:46:14 -0600 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-08-26 20:56:10 +0000 |
commit | f40f4a6e23575275d6b8b31d245a9fe02daad83e (patch) | |
tree | 0aeaab98e07acd2a0baf9d836b249cce9d77ce1b /payloads/external/U-Boot/Kconfig.name | |
parent | b2893e22e6927821d3b079e88e14a8c165e7f329 (diff) |
payloads/U-Boot: Use github mirror and latest version
Update the U-Boot version to the latest release. Also switch to github
since it is typically much faster to download than the existing URL.
Drop the 'experimental' tag since this payload is pretty stable. It is
also tested regularly in U-Boot's CI.
Change-Id: I082130539c3474593a82e4b21cb995380f4db168
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77149
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77463
Reviewed-by: Patrick Georgi <patrick@coreboot.org>
Tested-by: Patrick Georgi <patrick@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Diffstat (limited to 'payloads/external/U-Boot/Kconfig.name')
-rw-r--r-- | payloads/external/U-Boot/Kconfig.name | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/U-Boot/Kconfig.name b/payloads/external/U-Boot/Kconfig.name index fbef16e6b6..5f24280701 100644 --- a/payloads/external/U-Boot/Kconfig.name +++ b/payloads/external/U-Boot/Kconfig.name @@ -1,5 +1,5 @@ config PAYLOAD_UBOOT - bool "U-Boot (Experimental)" + bool "U-Boot" depends on ARCH_X86 help Select this option if you want to build a coreboot image |