aboutsummaryrefslogtreecommitdiffstats
path: root/configs/k2e_hs_evm_defconfig
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2018-02-14 11:53:39 -0600
committerTom Rini <trini@konsulko.com>2018-02-23 10:22:40 -0500
commit4be9f1f25d331a717a12ce7ac560b8534a4e2e7c (patch)
treecba82dbae6d14698862053c38b1aaf1fcccb1365 /configs/k2e_hs_evm_defconfig
parent952c346272dbf1f5fac8c2ca7ee6def858ea0ffd (diff)
downloadu-boot-midas-4be9f1f25d331a717a12ce7ac560b8534a4e2e7c.tar.gz
u-boot-midas-4be9f1f25d331a717a12ce7ac560b8534a4e2e7c.tar.bz2
u-boot-midas-4be9f1f25d331a717a12ce7ac560b8534a4e2e7c.zip
defconfig: k2x_hs_evm: Re-enable TI_SECURE_DEVICE in HS K2x parts
These got removed in config re-syncs due to a Kconfig bug. Add these back here. Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'configs/k2e_hs_evm_defconfig')
-rw-r--r--configs/k2e_hs_evm_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/k2e_hs_evm_defconfig b/configs/k2e_hs_evm_defconfig
index 79a9d1da23..a79ce6060f 100644
--- a/configs/k2e_hs_evm_defconfig
+++ b/configs/k2e_hs_evm_defconfig
@@ -1,10 +1,12 @@
CONFIG_ARM=y
CONFIG_ARCH_KEYSTONE=y
+CONFIG_TI_SECURE_DEVICE=y
CONFIG_SYS_TEXT_BASE=0xC000060
CONFIG_TI_COMMON_CMD_OPTIONS=y
CONFIG_TARGET_K2E_EVM=y
CONFIG_DEFAULT_DEVICE_TREE="keystone-k2e-evm"
CONFIG_DISTRO_DEFAULTS=y
+CONFIG_FIT_IMAGE_POST_PROCESS=y
CONFIG_OF_BOARD_SETUP=y
# CONFIG_USE_BOOTCOMMAND is not set
CONFIG_SYS_CONSOLE_INFO_QUIET=y