boot/uboot: bump to version v2024.04
Update to the latest tagged release of U-Boot Signed-off-by: Bryan Brattlof <bb@ti.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
314e9549a4
commit
b95b775293
@ -41,7 +41,7 @@ choice
|
||||
Select the specific U-Boot version you want to use
|
||||
|
||||
config BR2_TARGET_UBOOT_LATEST_VERSION
|
||||
bool "2024.01"
|
||||
bool "2024.04"
|
||||
|
||||
config BR2_TARGET_UBOOT_CUSTOM_VERSION
|
||||
bool "Custom version"
|
||||
@ -85,7 +85,7 @@ endif
|
||||
|
||||
config BR2_TARGET_UBOOT_VERSION
|
||||
string
|
||||
default "2024.01" if BR2_TARGET_UBOOT_LATEST_VERSION
|
||||
default "2024.04" if BR2_TARGET_UBOOT_LATEST_VERSION
|
||||
default BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE \
|
||||
if BR2_TARGET_UBOOT_CUSTOM_VERSION
|
||||
default "custom" if BR2_TARGET_UBOOT_CUSTOM_TARBALL
|
||||
@ -279,7 +279,7 @@ config BR2_TARGET_UBOOT_USE_BINMAN
|
||||
help
|
||||
Use binman tool for generation and signing of boot images.
|
||||
|
||||
https://docs.u-boot.org/en/v2024.01/develop/package/binman.html
|
||||
https://docs.u-boot.org/en/v2024.04/develop/package/binman.html
|
||||
|
||||
menu "U-Boot binary format"
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 b99611f1ed237bf3541bdc8434b68c96a6e05967061f992443cb30aabebef5b3 u-boot-2024.01.tar.bz2
|
||||
sha256 18a853fe39fad7ad03a90cc2d4275aeaed6da69735defac3492b80508843dd4a u-boot-2024.04.tar.bz2
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 Licenses/gpl-2.0.txt
|
||||
|
Loading…
Reference in New Issue
Block a user