[U-Boot] [PATCH v2 29/48] Convert CONFIG_CMD_HASH to Kconfig

Tom Rini trini at konsulko.com
Wed May 17 02:24:51 UTC 2017


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 at 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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170516/b9b1377a/attachment.sig>


More information about the U-Boot mailing list