|
@@ -95,6 +95,16 @@ config BR2_TARGET_TI_K3_R5_LOADER_CUSTOM_CONFIG_FILE
|
|
help
|
|
help
|
|
Path to the TI K3 R5 Loader configuration file.
|
|
Path to the TI K3 R5 Loader configuration file.
|
|
|
|
|
|
|
|
+config BR2_TARGET_TI_K3_R5_LOADER_CUSTOM_DTS_PATH
|
|
|
|
+ string "Device Tree Source file paths"
|
|
|
|
+ help
|
|
|
|
+ Space-separated list of paths to device tree source files
|
|
|
|
+ that will be copied to arch/arm/dts/ before starting the
|
|
|
|
+ build.
|
|
|
|
+
|
|
|
|
+ To use this device tree source file, the U-Boot configuration
|
|
|
|
+ file must refer to it.
|
|
|
|
+
|
|
config BR2_TARGET_TI_K3_R5_LOADER_TIBOOT3_BIN
|
|
config BR2_TARGET_TI_K3_R5_LOADER_TIBOOT3_BIN
|
|
string "tiboot3.bin binary name"
|
|
string "tiboot3.bin binary name"
|
|
default "tiboot3.bin"
|
|
default "tiboot3.bin"
|