payloads/U-Boot: Upgrade from U-Boot "v2021.07" to "v2023.07"
U-Boot v2023.07 was released on Mon 10 July 2023. https://source.denx.de/u-boot/u-boot/-/blob/master/doc/develop/release_cycle.rst#id5 Change-Id: Ie1c6f83bd12e959c29fad1b121c85eb0cf898e24 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71065 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin L Roth <gaumless@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
d86260a134
commit
13b2427f5e
|
@ -7,14 +7,14 @@ config PAYLOAD_SPECIFIC_OPTIONS
|
||||||
|
|
||||||
config UBOOT_STABLE_COMMIT_ID
|
config UBOOT_STABLE_COMMIT_ID
|
||||||
string
|
string
|
||||||
default "v2021.07"
|
default "v2023.07"
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "U-Boot version"
|
prompt "U-Boot version"
|
||||||
default UBOOT_STABLE
|
default UBOOT_STABLE
|
||||||
|
|
||||||
config UBOOT_STABLE
|
config UBOOT_STABLE
|
||||||
bool "v2021.07"
|
bool "v2023.07"
|
||||||
help
|
help
|
||||||
Stable U-Boot version
|
Stable U-Boot version
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue