summaryrefslogtreecommitdiff
path: root/configs/ls2080aqds_SECURE_BOOT_defconfig
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2017-01-04 18:32:08 (GMT)
committerYork Sun <york.sun@nxp.com>2017-01-18 17:28:44 (GMT)
commit9cfab06e7938453438008c2f561df7d35f83e8f4 (patch)
treef68acbbab25667b4cb03fc640804b75cfcecb8b1 /configs/ls2080aqds_SECURE_BOOT_defconfig
parent9ed44787f60a93d440824130dee0ae53500e1b83 (diff)
downloadu-boot-9cfab06e7938453438008c2f561df7d35f83e8f4.tar.xz
armv8: fsl-layerscape: Fix SECURE_BOOT config
Without a prompt in Kconfig, SECURE_BOOT cannot be selected by defconfig. The option was dropped unintentionally when defconfig files were cleaned up. Three targets were impacted ls1043ardb_SECURE_BOOT, ls2080ardb_SECURE_BOOT, ls2080aqds_SECURE_BOOT. Signed-off-by: York Sun <york.sun@nxp.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/ls2080aqds_SECURE_BOOT_defconfig')
-rw-r--r--configs/ls2080aqds_SECURE_BOOT_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls2080aqds_SECURE_BOOT_defconfig b/configs/ls2080aqds_SECURE_BOOT_defconfig
index 047c2c1..c741bf9 100644
--- a/configs/ls2080aqds_SECURE_BOOT_defconfig
+++ b/configs/ls2080aqds_SECURE_BOOT_defconfig
@@ -1,5 +1,6 @@
CONFIG_ARM=y
CONFIG_TARGET_LS2080AQDS=y
+CONFIG_SECURE_BOOT=y
CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2080a-qds"
# CONFIG_SYS_MALLOC_F is not set
CONFIG_FIT=y