Skip to content

Commit

Permalink
boot/uboot: bump to version 2024.10
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Binacchi <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
passgat authored and tpetazzoni committed Oct 11, 2024
1 parent 2a30a72 commit fe295d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions boot/uboot/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ choice
Select the specific U-Boot version you want to use

config BR2_TARGET_UBOOT_LATEST_VERSION
bool "2024.07"
bool "2024.10"

config BR2_TARGET_UBOOT_CUSTOM_VERSION
bool "Custom version"
Expand Down Expand Up @@ -85,7 +85,7 @@ endif

config BR2_TARGET_UBOOT_VERSION
string
default "2024.07" if BR2_TARGET_UBOOT_LATEST_VERSION
default "2024.10" 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
Expand Down Expand Up @@ -315,7 +315,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.07/develop/package/binman.html
https://docs.u-boot.org/en/v2024.10/develop/package/binman.html

menu "U-Boot binary format"

Expand Down
2 changes: 1 addition & 1 deletion boot/uboot/uboot.hash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Locally computed:
sha256 f591da9ab90ef3d6b3d173766d0ddff90c4ed7330680897486117df390d83c8f u-boot-2024.07.tar.bz2
sha256 b28daf4ac17e43156363078bf510297584137f6df50fced9b12df34f61a92fb0 u-boot-2024.10.tar.bz2
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 Licenses/gpl-2.0.txt

0 comments on commit fe295d9

Please sign in to comment.