]> git.ipfire.org Git - people/ms/u-boot.git/commit
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)
commit9cfab06e7938453438008c2f561df7d35f83e8f4
treef68acbbab25667b4cb03fc640804b75cfcecb8b1
parent9ed44787f60a93d440824130dee0ae53500e1b83
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>
arch/arm/cpu/armv8/fsl-layerscape/Kconfig
configs/ls1043ardb_SECURE_BOOT_defconfig
configs/ls2080aqds_SECURE_BOOT_defconfig
configs/ls2080ardb_SECURE_BOOT_defconfig