|
@@ -16,7 +16,7 @@ choice
|
|
here as it is used to build the main U-Boot package.
|
|
here as it is used to build the main U-Boot package.
|
|
|
|
|
|
config BR2_TARGET_TI_K3_R5_LOADER_LATEST_VERSION
|
|
config BR2_TARGET_TI_K3_R5_LOADER_LATEST_VERSION
|
|
- bool "2022.10"
|
|
|
|
|
|
+ bool "2024.01"
|
|
|
|
|
|
config BR2_TARGET_TI_K3_R5_LOADER_CUSTOM_VERSION
|
|
config BR2_TARGET_TI_K3_R5_LOADER_CUSTOM_VERSION
|
|
bool "Custom version"
|
|
bool "Custom version"
|
|
@@ -60,7 +60,7 @@ endif
|
|
|
|
|
|
config BR2_TARGET_TI_K3_R5_LOADER_VERSION
|
|
config BR2_TARGET_TI_K3_R5_LOADER_VERSION
|
|
string
|
|
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 \
|
|
default BR2_TARGET_TI_K3_R5_LOADER_CUSTOM_VERSION_VALUE \
|
|
if BR2_TARGET_TI_K3_R5_LOADER_CUSTOM_VERSION
|
|
if BR2_TARGET_TI_K3_R5_LOADER_CUSTOM_VERSION
|
|
default "custom" if BR2_TARGET_TI_K3_R5_LOADER_CUSTOM_TARBALL
|
|
default "custom" if BR2_TARGET_TI_K3_R5_LOADER_CUSTOM_TARBALL
|