summaryrefslogtreecommitdiff
path: root/configs/ls2080ardb_SECURE_BOOT_defconfig
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-12-02 17:32:35 (GMT)
committerYork Sun <york.sun@nxp.com>2016-12-02 20:38:41 (GMT)
commit01f65d974a3f4a05ea258269e52834bed3547bdf (patch)
tree5f66ab9eece8cbfb6c9f459ad1a87569930812ca /configs/ls2080ardb_SECURE_BOOT_defconfig
parent72ccd31e644dcbcc889cfc83b191b33c43db5379 (diff)
downloadu-boot-01f65d974a3f4a05ea258269e52834bed3547bdf.tar.xz
armv8: fsl-layerscape: Move SECURE_BOOT to Kconfig
Move from CONFIG_SYS_EXTRA_OPTIONS to Kconfig option. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls2080ardb_SECURE_BOOT_defconfig')
-rw-r--r--configs/ls2080ardb_SECURE_BOOT_defconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/ls2080ardb_SECURE_BOOT_defconfig b/configs/ls2080ardb_SECURE_BOOT_defconfig
index c2e613e..c465e80 100644
--- a/configs/ls2080ardb_SECURE_BOOT_defconfig
+++ b/configs/ls2080ardb_SECURE_BOOT_defconfig
@@ -6,7 +6,8 @@ CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_OF_STDOUT_VIA_ALIAS=y
-CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4, LS2080A, SECURE_BOOT"
+CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4, LS2080A"
+CONFIG_SECURE_BOOT=y
CONFIG_BOOTDELAY=10
CONFIG_HUSH_PARSER=y
CONFIG_CMD_GREPENV=y