armv8: fsl-layerscape: Fix SECURE_BOOT config
authorYork Sun <york.sun@nxp.com>
Wed, 4 Jan 2017 18:32:08 +0000 (10:32 -0800)
committerYork Sun <york.sun@nxp.com>
Wed, 18 Jan 2017 17:28:44 +0000 (09:28 -0800)
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>
arch/arm/cpu/armv8/fsl-layerscape/Kconfig
configs/ls1043ardb_SECURE_BOOT_defconfig
configs/ls2080aqds_SECURE_BOOT_defconfig
configs/ls2080ardb_SECURE_BOOT_defconfig

index 92e8fa6..79e2dd6 100644 (file)
@@ -131,7 +131,7 @@ config MAX_CPUS
          in spin table to properly handle all cores.
 
 config SECURE_BOOT
-       bool
+       bool "Secure Boot"
        help
                Enable Freescale Secure Boot feature
 
index 5b48977..d8eee00 100644 (file)
@@ -1,5 +1,6 @@
 CONFIG_ARM=y
 CONFIG_TARGET_LS1043ARDB=y
+CONFIG_SECURE_BOOT=y
 CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1043a-rdb"
 CONFIG_FIT=y
 CONFIG_FIT_VERBOSE=y
index 047c2c1..c741bf9 100644 (file)
@@ -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
index f917035..543c940 100644 (file)
@@ -1,5 +1,6 @@
 CONFIG_ARM=y
 CONFIG_TARGET_LS2080ARDB=y
+CONFIG_SECURE_BOOT=y
 CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2080a-rdb"
 # CONFIG_SYS_MALLOC_F is not set
 CONFIG_FIT=y