[PATCH V2 07/12] board: ti: j721e: Select SOC_K3_J721E_J7200 for J7200evm

Nishanth Menon nm at ti.com
Sat Nov 4 08:21:45 CET 2023


Enable SOC_K3_J721E_J7200 when board is J7200 EVM - this allows us to
differentiate J7200 platform cleanly in board independent codebase.

Signed-off-by: Nishanth Menon <nm at ti.com>
---
 board/ti/j721e/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/ti/j721e/Kconfig b/board/ti/j721e/Kconfig
index e6cb21f77bd2..a895d7aac4ab 100644
--- a/board/ti/j721e/Kconfig
+++ b/board/ti/j721e/Kconfig
@@ -30,6 +30,7 @@ config TARGET_J721E_R5_EVM
 config TARGET_J7200_A72_EVM
 	bool "TI K3 based J7200 EVM running on A72"
 	select ARM64
+	select SOC_K3_J721E_J7200
 	select BOARD_LATE_INIT
 	imply TI_I2C_BOARD_DETECT
 	select SYS_DISABLE_DCACHE_OPS
-- 
2.37.2



More information about the U-Boot mailing list