u-boot/board/ti/am62ax
Neha Malcom Francis 54ff4eeb59 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>
2023-03-29 11:58:26 -04:00
..
evm.c board: ti: introduce the basic files needed to support the am62a 2022-12-09 14:10:28 -05:00
Kconfig board: ti: Kconfig: Correct invalid Kconfig syntax 2023-03-29 11:58:26 -04:00
MAINTAINERS board: ti: introduce the basic files needed to support the am62a 2022-12-09 14:10:28 -05:00
Makefile board: ti: introduce the basic files needed to support the am62a 2022-12-09 14:10:28 -05:00