diff mbox series

[u-boot,v2019.04-aspeed-openbmc,1/5] config/openbmc: Enable SHA384

Message ID 20220718084728.1140108-2-joel@jms.id.au
State New
Headers show
Series OTP Fixes | expand

Commit Message

Joel Stanley July 18, 2022, 8:47 a.m. UTC
This is now required by the otp command.

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 configs/ast2600_openbmc_spl_emmc_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/configs/ast2600_openbmc_spl_emmc_defconfig b/configs/ast2600_openbmc_spl_emmc_defconfig
index 8c2acb7e6efe..45c9fa162cd7 100644
--- a/configs/ast2600_openbmc_spl_emmc_defconfig
+++ b/configs/ast2600_openbmc_spl_emmc_defconfig
@@ -9,7 +9,6 @@  CONFIG_SPL_LDSCRIPT="arch/$(ARCH)/mach-aspeed/ast2600/u-boot-spl.lds"
 CONFIG_ARCH_ASPEED=y
 CONFIG_SYS_TEXT_BASE=0x81000000
 CONFIG_ASPEED_AST2600=y
-# CONFIG_ASPEED_LOADERS is not set
 CONFIG_SPL_GPIO_SUPPORT=y
 CONFIG_SPL_LIBCOMMON_SUPPORT=y
 CONFIG_SPL_LIBGENERIC_SUPPORT=y
@@ -134,4 +133,5 @@  CONFIG_WDT=y
 CONFIG_USE_TINY_PRINTF=y
 CONFIG_SPL_TINY_MEMSET=y
 CONFIG_TPM=y
+CONFIG_SHA384=y
 # CONFIG_EFI_LOADER is not set