[PATCH v4 6/8] board: ti: add default dtb for am62[axp] in falcon mode
Anshul Dalal
anshuld at ti.com
Wed Apr 16 09:45:12 CEST 2025
The SPL_FS_LOAD_ARGS_NAME config is used for the arguments to the kernel
(dtb in our case) in falcon boot.
Setting it in board specific Kconfig allows us to reuse the same config
fragment 'am62x_r5_falcon.config' for all 3 platforms to enable falcon
boot.
Signed-off-by: Anshul Dalal <anshuld at ti.com>
---
board/ti/am62ax/Kconfig | 3 +++
board/ti/am62px/Kconfig | 3 +++
board/ti/am62x/Kconfig | 3 +++
3 files changed, 9 insertions(+)
diff --git a/board/ti/am62ax/Kconfig b/board/ti/am62ax/Kconfig
index 51e7b3e0eab..187e9e5c9cd 100644
--- a/board/ti/am62ax/Kconfig
+++ b/board/ti/am62ax/Kconfig
@@ -23,4 +23,7 @@ if TARGET_AM62A7_R5_EVM
config SPL_LDSCRIPT
default "arch/arm/mach-omap2/u-boot-spl.lds"
+config SPL_FS_LOAD_ARGS_NAME
+ default "boot/dtb/ti/k3-am62a7-sk.dtb"
+
endif
diff --git a/board/ti/am62px/Kconfig b/board/ti/am62px/Kconfig
index 9d95ffd9b29..5f7252d7b19 100644
--- a/board/ti/am62px/Kconfig
+++ b/board/ti/am62px/Kconfig
@@ -23,4 +23,7 @@ if TARGET_AM62P5_R5_EVM
config SPL_LDSCRIPT
default "arch/arm/mach-omap2/u-boot-spl.lds"
+config SPL_FS_LOAD_ARGS_NAME
+ default "boot/dtb/ti/k3-am62p5-sk.dtb"
+
endif
diff --git a/board/ti/am62x/Kconfig b/board/ti/am62x/Kconfig
index 610dacfdc08..1564913096c 100644
--- a/board/ti/am62x/Kconfig
+++ b/board/ti/am62x/Kconfig
@@ -32,6 +32,9 @@ config SYS_CONFIG_NAME
config SPL_LDSCRIPT
default "arch/arm/mach-omap2/u-boot-spl.lds"
+config SPL_FS_LOAD_ARGS_NAME
+ default "boot/dtb/ti/k3-am625-sk.dtb"
+
source "board/ti/common/Kconfig"
endif
--
2.49.0
More information about the U-Boot
mailing list