
On Tue, May 16, 2017 at 05:38:49PM -0600, Simon Glass wrote:
This converts the following to Kconfig: CONFIG_CMD_HASH
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
README | 6 ------ arch/Kconfig | 1 + arch/arm/Kconfig | 1 + arch/arm/cpu/armv7/ls102xa/Kconfig | 1 + arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 4 ++++ arch/arm/include/asm/fsl_secure_boot.h | 1 - arch/arm/mach-exynos/Kconfig | 1 + arch/powerpc/Kconfig | 1 + cmd/Kconfig | 8 ++++++++
Ah, I see how I was unclear last time, sorry. What I mean is that the changes to arch/arm/cpu/armv7/ls102xa/Kconfig and arch/arm/cpu/armv8/fsl-layerscape/Kconfig should be done in board/freescale/common/Kconfig as CHAIN_OF_TRUST needs to imply CMD_HASH, to replicate what arch/arm/include/asm/fsl_secure_boot.h was doing. With that, we probably shouldn't need any further imply's under arch/arm/cpu/, thanks!