[U-Boot] [PATCH] armv8: fsl-layerscape: Fix SECURE_BOOT config

Simon Glass sjg at chromium.org
Sat Jan 14 18:13:26 CET 2017


On 4 January 2017 at 11:32, York Sun <york.sun at 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 at 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 at chromium.org>

It might be worth pointing to your README in the Kconfig help.

- Simon


More information about the U-Boot mailing list