
4 Nov
2023
4 Nov
'23
8:21 a.m.
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@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