mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-28 07:03:31 +08:00
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>
This commit is contained in:
parent
9ed44787f6
commit
9cfab06e79
@ -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
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
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
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
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
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user