defconfig: k2x_hs: Remove DTB_RESELECT to fix DHCP issue
authorMadan Srinivas <madans@ti.com>
Fri, 14 Feb 2020 14:05:24 +0000 (09:05 -0500)
committerLokesh Vutla <lokeshvutla@ti.com>
Wed, 26 Feb 2020 13:05:29 +0000 (18:35 +0530)
commit8bef0597e46db229220de3a9c76bf448b290db62
treee42a5544d1ac01de326fc300dfdc79d24dadefff
parent7a8d03f88efadcfe5963bc72a03fedc9a04f7f5a
defconfig: k2x_hs: Remove DTB_RESELECT to fix DHCP issue

This fixes the inadvertent definition of CONFIG_DTB_RESELECT and
CONFIG_MULTI_DTB_FIT in the K2x HS defconfigs, that happened as part of
a resync of the defconfigs.

The inclusion of these config options causes ethernet to stop working on
K2x HS devices as they interfere with the installation of the secure
boot monitor.

This patch also removes the above configs for the K2 GP devices, as they
are not needed, and to keep the differences between the GP and HS
defconfigs to a minimum.

Signed-off-by: Madan Srinivas <madans@ti.com>
Signed-off-by: Andrew F. Davis <afd@ti.com>
configs/k2e_evm_defconfig
configs/k2e_hs_evm_defconfig
configs/k2hk_evm_defconfig
configs/k2hk_hs_evm_defconfig
configs/k2l_evm_defconfig