payloads/external/U-Boot: Upgrade from 2024.04 to 2024.07
U-Boot v2024.07 was released on Mon 01 July 2024. Change-Id: I747f6b9856860f3da76979f702de7eae45fd500b Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83521 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
parent
1a6b2f6e12
commit
304ff478b3
1 changed files with 2 additions and 2 deletions
4
payloads/external/U-Boot/Kconfig
vendored
4
payloads/external/U-Boot/Kconfig
vendored
|
|
@ -9,14 +9,14 @@ config PAYLOAD_SPECIFIC_OPTIONS
|
|||
|
||||
config UBOOT_STABLE_COMMIT_ID
|
||||
string
|
||||
default "v2024.04"
|
||||
default "v2024.07"
|
||||
|
||||
choice
|
||||
prompt "U-Boot version"
|
||||
default UBOOT_STABLE
|
||||
|
||||
config UBOOT_STABLE
|
||||
bool "v2024.04"
|
||||
bool "v2024.07"
|
||||
help
|
||||
Stable U-Boot version
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue