boot/ti-k3-r5-loader: bump to version 2024.01
All in-tree configs with the ti-k3-r5 bootloader use a custom version, so this patch is mostly for the menuconfig default version. Keep the old hash so that defconfigs still have a hash to validate downloads against. Suggested-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> [yann.morin.1998@free.fr: keep the old hash] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
e3a3e16325
commit
a904f1530f
@ -16,7 +16,7 @@ choice
|
||||
here as it is used to build the main U-Boot package.
|
||||
|
||||
config BR2_TARGET_TI_K3_R5_LOADER_LATEST_VERSION
|
||||
bool "2022.10"
|
||||
bool "2024.01"
|
||||
|
||||
config BR2_TARGET_TI_K3_R5_LOADER_CUSTOM_VERSION
|
||||
bool "Custom version"
|
||||
@ -60,7 +60,7 @@ endif
|
||||
|
||||
config BR2_TARGET_TI_K3_R5_LOADER_VERSION
|
||||
string
|
||||
default "2022.10" if BR2_TARGET_TI_K3_R5_LOADER_LATEST_VERSION
|
||||
default "2024.01" if BR2_TARGET_TI_K3_R5_LOADER_LATEST_VERSION
|
||||
default BR2_TARGET_TI_K3_R5_LOADER_CUSTOM_VERSION_VALUE \
|
||||
if BR2_TARGET_TI_K3_R5_LOADER_CUSTOM_VERSION
|
||||
default "custom" if BR2_TARGET_TI_K3_R5_LOADER_CUSTOM_TARBALL
|
||||
|
@ -1,3 +1,4 @@
|
||||
# Locally computed:
|
||||
sha256 50b4482a505bc281ba8470c399a3c26e145e29b23500bc35c50debd7fa46bdf8 u-boot-2022.10.tar.bz2
|
||||
sha256 b99611f1ed237bf3541bdc8434b68c96a6e05967061f992443cb30aabebef5b3 u-boot-2024.01.tar.bz2
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 Licenses/gpl-2.0.txt
|
||||
|
Loading…
Reference in New Issue
Block a user