|
@@ -41,7 +41,7 @@ choice
|
|
|
Select the specific U-Boot version you want to use
|
|
|
|
|
|
config BR2_TARGET_UBOOT_LATEST_VERSION
|
|
|
- bool "2024.10"
|
|
|
+ bool "2025.01"
|
|
|
|
|
|
config BR2_TARGET_UBOOT_CUSTOM_VERSION
|
|
|
bool "Custom version"
|
|
@@ -85,7 +85,7 @@ endif
|
|
|
|
|
|
config BR2_TARGET_UBOOT_VERSION
|
|
|
string
|
|
|
- default "2024.10" if BR2_TARGET_UBOOT_LATEST_VERSION
|
|
|
+ default "2025.01" 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
|
|
@@ -339,7 +339,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.10/develop/package/binman.html
|
|
|
+ https://docs.u-boot.org/en/v2025.01/develop/package/binman.html
|
|
|
|
|
|
menu "U-Boot binary format"
|
|
|
|