]> Git Repo - u-boot.git/commitdiff
config/ast2600: Disable hash hardware accel
authorJoel Stanley <[email protected]>
Wed, 29 Jun 2022 07:05:21 +0000 (16:35 +0930)
committerTom Rini <[email protected]>
Wed, 6 Jul 2022 18:32:00 +0000 (14:32 -0400)
The HACE driver lacks support for all the hash types, causing boot to
fail with the default FIT configuration which uses CRC32.

Additionally the Qemu model or the u-boot driver is unable to correctly
compute the SHA256 hash used in a FIT.

Disable HACE by default while the above issues are worked out to enable
boot testing in Qemu.

Reviewed-by: Chia-Wei Wang <[email protected]>
Reviewed-by: Cédric Le Goater <[email protected]>
Signed-off-by: Joel Stanley <[email protected]>
configs/evb-ast2600_defconfig

index 4788c4f4f7f9c6a973275c767af25e62bd5282b9..588d78e6e3a207986655d67e98abf555085cec40 100644 (file)
@@ -79,9 +79,6 @@ CONFIG_REGMAP=y
 CONFIG_SPL_OF_TRANSLATE=y
 CONFIG_CLK=y
 CONFIG_SPL_CLK=y
-CONFIG_DM_HASH=y
-CONFIG_HASH_ASPEED=y
-CONFIG_ASPEED_ACRY=y
 CONFIG_ASPEED_GPIO=y
 CONFIG_DM_I2C=y
 CONFIG_SYS_I2C_ASPEED=y
This page took 0.032606 seconds and 4 git commands to generate.