]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: ti: Add dependency from TARGET selection to SOC
authorAndrew Davis <afd@ti.com>
Wed, 1 Nov 2023 20:35:24 +0000 (15:35 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 22 Nov 2023 14:37:22 +0000 (09:37 -0500)
commit5936351be1db17ccc7589b678cd7a89578609620
treeb4c5225a8c8427dbc63fab4e93af6ee330e90f32
parent0744fef6a3b1bf870de363942c1329b451b738f4
board: ti: Add dependency from TARGET selection to SOC

Currently the K3 selection for TARGET boards does not depend on the SoC
for which it is based. This leds to the odd ability to select for instance
both SOC_K3_AM625 and TARGET_J721E_A72_EVM.

To fix this the target choice should depend on the matching SOC config.

Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
board/siemens/iot2050/Kconfig
board/ti/am62ax/Kconfig
board/ti/am62x/Kconfig
board/ti/am64x/Kconfig
board/ti/am65x/Kconfig
board/ti/j721e/Kconfig
board/ti/j721s2/Kconfig
board/toradex/verdin-am62/Kconfig