提交 9cfab06e 编写于 作者: Y York Sun

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: NYork Sun <york.sun@nxp.com>
Reviewed-by: NSimon Glass <sjg@chromium.org>
上级 9ed44787
...@@ -131,7 +131,7 @@ config MAX_CPUS ...@@ -131,7 +131,7 @@ config MAX_CPUS
in spin table to properly handle all cores. in spin table to properly handle all cores.
config SECURE_BOOT config SECURE_BOOT
bool bool "Secure Boot"
help help
Enable Freescale Secure Boot feature Enable Freescale Secure Boot feature
......
CONFIG_ARM=y CONFIG_ARM=y
CONFIG_TARGET_LS1043ARDB=y CONFIG_TARGET_LS1043ARDB=y
CONFIG_SECURE_BOOT=y
CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1043a-rdb" CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1043a-rdb"
CONFIG_FIT=y CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y CONFIG_FIT_VERBOSE=y
......
CONFIG_ARM=y CONFIG_ARM=y
CONFIG_TARGET_LS2080AQDS=y CONFIG_TARGET_LS2080AQDS=y
CONFIG_SECURE_BOOT=y
CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2080a-qds" CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2080a-qds"
# CONFIG_SYS_MALLOC_F is not set # CONFIG_SYS_MALLOC_F is not set
CONFIG_FIT=y CONFIG_FIT=y
......
CONFIG_ARM=y CONFIG_ARM=y
CONFIG_TARGET_LS2080ARDB=y CONFIG_TARGET_LS2080ARDB=y
CONFIG_SECURE_BOOT=y
CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2080a-rdb" CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2080a-rdb"
# CONFIG_SYS_MALLOC_F is not set # CONFIG_SYS_MALLOC_F is not set
CONFIG_FIT=y CONFIG_FIT=y
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册