[PATCH 3/5] common/spl: Drop SPL_HASH_SUPPORT in favor of SPL_HASH

Tom Rini trini at konsulko.com
Mon Aug 30 18:02:46 CEST 2021


On Mon, Aug 23, 2021 at 07:53:18PM -0500, Alexandru Gagniuc wrote:

> Both these configs exist. Stick to using CONFIG_SPL_HASH, and drop all
> references to CONFIG_SPL_HASH_SUPPORT.
> 
> Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>

In addition to what I sent already this also needs:
diff --git a/cmd/mvebu/Kconfig b/cmd/mvebu/Kconfig
index 7c42c75afbe2..d5533b49699b 100644
--- a/cmd/mvebu/Kconfig
+++ b/cmd/mvebu/Kconfig
@@ -3,6 +3,7 @@ depends on ARCH_MVEBU
 
 config CMD_MVEBU_BUBT
 	bool "bubt"
+	select SHA256
 	default n
 	help
 	  bubt - Burn a u-boot image to flash

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210830/a70cf3b9/attachment-0001.sig>


More information about the U-Boot mailing list