commit | 5936351be1db17ccc7589b678cd7a89578609620 | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Wed Nov 01 15:35:24 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 22 09:37:22 2023 -0500 |
tree | b4c5225a8c8427dbc63fab4e93af6ee330e90f32 | |
parent | 0744fef6a3b1bf870de363942c1329b451b738f4 [diff] |
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>