diff options
author | Joel Stanley <joel@jms.id.au> | 2022-06-29 16:35:21 +0930 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-06 14:32:00 -0400 |
commit | f78a1f21171ce3d098053318b9238d38206ee595 (patch) | |
tree | baec6b8c391598dc1284604f1522b567e95830c1 /configs/evb-ast2600_defconfig | |
parent | c24129e8b2bb3113d84e30b805e6c689664050c9 (diff) | |
download | u-boot-f78a1f21171ce3d098053318b9238d38206ee595.tar.gz u-boot-f78a1f21171ce3d098053318b9238d38206ee595.tar.bz2 u-boot-f78a1f21171ce3d098053318b9238d38206ee595.zip |
config/ast2600: Disable hash hardware accel
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 <chiawei_wang@aspeedtech.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'configs/evb-ast2600_defconfig')
-rw-r--r-- | configs/evb-ast2600_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/evb-ast2600_defconfig b/configs/evb-ast2600_defconfig index 4788c4f4f7..588d78e6e3 100644 --- a/configs/evb-ast2600_defconfig +++ b/configs/evb-ast2600_defconfig @@ -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 |