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

2017-01-16 Thread york sun
On 01/14/2017 09:13 AM, Simon Glass wrote: > On 4 January 2017 at 11:32, York Sun 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_

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

2017-01-14 Thread Simon Glass
On 4 January 2017 at 11:32, York Sun 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

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

2017-01-04 Thread York Sun
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 --- arch/arm/cpu/ar