diff mbox series

[v2,1/7] config/ast2600: Enable CRC32

Message ID 20220629070525.575426-2-joel@jms.id.au
State Accepted
Commit 82010a704e97b29de23e15e4d18dd98341f7bae1
Delegated to: Tom Rini
Headers show
Series aspeed: Add AST2600 machine to CI | expand

Commit Message

Joel Stanley June 29, 2022, 7:05 a.m. UTC
Useful for testing images with the default hash type.

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>
---
 configs/evb-ast2600_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini July 7, 2022, 1:58 a.m. UTC | #1
On Wed, Jun 29, 2022 at 04:35:19PM +0930, Joel Stanley wrote:

> Useful for testing images with the default hash type.
> 
> 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>

For the series, applied to u-boot/next, thanks!
diff mbox series

Patch

diff --git a/configs/evb-ast2600_defconfig b/configs/evb-ast2600_defconfig
index a91a53da4fc2..867401f101dc 100644
--- a/configs/evb-ast2600_defconfig
+++ b/configs/evb-ast2600_defconfig
@@ -40,6 +40,7 @@  CONFIG_SPL_SYS_MALLOC_SIMPLE=y
 CONFIG_SPL_STACK_R=y
 CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x2000000
 CONFIG_SPL_SEPARATE_BSS=y
+CONFIG_SPL_CRC32=y
 CONFIG_SPL_FIT_IMAGE_TINY=y
 CONFIG_SPL_DM_RESET=y
 CONFIG_SPL_RAM_SUPPORT=y