summaryrefslogtreecommitdiff
path: root/board/ti/j721e/evm.c
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2020-08-05 22:44:24 +0530
committerLokesh Vutla <lokeshvutla@ti.com>2020-08-11 20:34:46 +0530
commitcf1d6867f7747388000a52124e736b451af8e66a (patch)
tree4273a654c0a001abb4490c9889b2be93a0412c60 /board/ti/j721e/evm.c
parent01dbe366ba2d0eda00bbfac19b105eaa7f635d73 (diff)
board: ti: j7200: Introduce support for j7200 build targets
j7200-evm has minor differences with j721e-evm based on the IPs available in the SoC. Introduce separate build targets for j7200-evm to incorporate the differences. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Suman Anna <s-anna@ti.com>
Diffstat (limited to 'board/ti/j721e/evm.c')
-rw-r--r--board/ti/j721e/evm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/ti/j721e/evm.c b/board/ti/j721e/evm.c
index 86e7cd4051..ae508316ef 100644
--- a/board/ti/j721e/evm.c
+++ b/board/ti/j721e/evm.c
@@ -362,7 +362,8 @@ void spl_board_init(void)
int ret;
#endif
- if (IS_ENABLED(CONFIG_TARGET_J721E_A72_EVM) &&
+ if ((IS_ENABLED(CONFIG_TARGET_J721E_A72_EVM) ||
+ IS_ENABLED(CONFIG_TARGET_J7200_A72_EVM)) &&
IS_ENABLED(CONFIG_TI_I2C_BOARD_DETECT))
probe_daughtercards();