summaryrefslogtreecommitdiff
path: root/configs/k2e_evm_defconfig
diff options
context:
space:
mode:
authorMadan Srinivas <madans@ti.com>2020-02-14 09:05:24 -0500
committerLokesh Vutla <lokeshvutla@ti.com>2020-02-26 18:35:29 +0530
commit8bef0597e46db229220de3a9c76bf448b290db62 (patch)
treee42a5544d1ac01de326fc300dfdc79d24dadefff /configs/k2e_evm_defconfig
parent7a8d03f88efadcfe5963bc72a03fedc9a04f7f5a (diff)
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>
Diffstat (limited to 'configs/k2e_evm_defconfig')
-rw-r--r--configs/k2e_evm_defconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/k2e_evm_defconfig b/configs/k2e_evm_defconfig
index 29334c4185..5df19efa9b 100644
--- a/configs/k2e_evm_defconfig
+++ b/configs/k2e_evm_defconfig
@@ -37,8 +37,6 @@ CONFIG_MTDPARTS_DEFAULT="mtdparts=davinci_nand.0:1024k(bootloader)ro,512k(params
CONFIG_CMD_UBI=y
CONFIG_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="keystone-k2e-evm"
-CONFIG_DTB_RESELECT=y
-CONFIG_MULTI_DTB_FIT=y
CONFIG_ENV_IS_IN_NAND=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_NET_RANDOM_ETHADDR=y