summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-12-02 09:31:43 -0800
committerYork Sun <york.sun@nxp.com>2016-12-02 12:38:41 -0800
commit72ccd31e644dcbcc889cfc83b191b33c43db5379 (patch)
treed196dc09a0719891de385b993e8916d02fa806c2 /arch
parent86d8000f105c7a2d0846dbf60831bcfa0967d079 (diff)
downloadu-boot-imx-72ccd31e644dcbcc889cfc83b191b33c43db5379.zip
u-boot-imx-72ccd31e644dcbcc889cfc83b191b33c43db5379.tar.gz
u-boot-imx-72ccd31e644dcbcc889cfc83b191b33c43db5379.tar.bz2
armv7: ls1021a: Move SECURE_BOOT option to Kconfig
Move from CONFIG_SYS_EXTRA_OPTIONS to Kconfig option. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/cpu/armv7/ls102xa/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/ls102xa/Kconfig b/arch/arm/cpu/armv7/ls102xa/Kconfig
index 28bf778..f94568a 100644
--- a/arch/arm/cpu/armv7/ls102xa/Kconfig
+++ b/arch/arm/cpu/armv7/ls102xa/Kconfig
@@ -28,6 +28,12 @@ config NUM_DDR_CONTROLLERS
int "Maximum DDR controllers"
default 1
+config SECURE_BOOT
+ bool "Secure Boot"
+ help
+ Enable Freescale Secure Boot feature. Normally selected
+ by defconfig. If unsure, do not change.
+
config SYS_FSL_ERRATUM_A010315
bool "Workaround for PCIe erratum A010315"