
On 01/14/2017 09:13 AM, Simon Glass wrote:
On 4 January 2017 at 11:32, York Sun york.sun@nxp.com wrote:
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
arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 2 +- configs/ls1043ardb_SECURE_BOOT_defconfig | 1 + configs/ls2080aqds_SECURE_BOOT_defconfig | 1 + configs/ls2080ardb_SECURE_BOOT_defconfig | 1 + 4 files changed, 4 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
It might be worth pointing to your README in the Kconfig help.
You meant the README for secure boot, didn't you? I wish there is such file.
York