summaryrefslogtreecommitdiff
path: root/board/ti/j721s2/Kconfig
diff options
context:
space:
mode:
authorNeha Malcom Francis <n-francis@ti.com>2023-03-03 11:21:24 +0300
committerTom Rini <trini@konsulko.com>2023-03-29 18:58:26 +0300
commit54ff4eeb59dd7f1b4141cdfdc1126d85fb03751f (patch)
tree9bbdc24bd9ba293768b4b700449829d4277454f5 /board/ti/j721s2/Kconfig
parent352ed65df7be1c28a94d895f83429f16b858efe0 (diff)
downloadu-boot-54ff4eeb59dd7f1b4141cdfdc1126d85fb03751f.tar.xz
board: ti: Kconfig: Correct invalid Kconfig syntax
Kconfig does not support using 'select' to select a 'choice'. A choice can be configured by either setting the choice symbol to 'y' in a configuration file or by setting a 'default' of the choice. In board/ti/*/Kconfig the SOC_K3_* choice is already set to 'y' in their corresponding configs/*_defconfig file. So remove selecting it. Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
Diffstat (limited to 'board/ti/j721s2/Kconfig')
-rw-r--r--board/ti/j721s2/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/ti/j721s2/Kconfig b/board/ti/j721s2/Kconfig
index 6141798333..067c56a470 100644
--- a/board/ti/j721s2/Kconfig
+++ b/board/ti/j721s2/Kconfig
@@ -10,7 +10,6 @@ choice
config TARGET_J721S2_A72_EVM
bool "TI K3 based J721S2 EVM running on A72"
select ARM64
- select SOC_K3_J721S2
select BOARD_LATE_INIT
imply TI_I2C_BOARD_DETECT
select SYS_DISABLE_DCACHE_OPS
@@ -19,7 +18,6 @@ config TARGET_J721S2_R5_EVM
bool "TI K3 based J721S2 EVM running on R5"
select CPU_V7R
select SYS_THUMB_BUILD
- select SOC_K3_J721S2
select K3_LOAD_SYSFW
select RAM
select SPL_RAM