summaryrefslogtreecommitdiff
path: root/board/ti/am62ax
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/am62ax
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/am62ax')
-rw-r--r--board/ti/am62ax/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/ti/am62ax/Kconfig b/board/ti/am62ax/Kconfig
index 2c18cd49b5..9b868e4553 100644
--- a/board/ti/am62ax/Kconfig
+++ b/board/ti/am62ax/Kconfig
@@ -10,7 +10,6 @@ choice
config TARGET_AM62A7_A53_EVM
bool "TI K3 based AM62A7 EVM running on A53"
select ARM64
- select SOC_K3_AM62A7
imply BOARD
imply SPL_BOARD
imply TI_I2C_BOARD_DETECT
@@ -20,7 +19,6 @@ config TARGET_AM62A7_R5_EVM
select CPU_V7R
select SYS_THUMB_BUILD
select K3_LOAD_SYSFW
- select SOC_K3_AM62A7
select RAM
select SPL_RAM
select K3_DDRSS