diff options
| author | Joel Stanley <[email protected]> | 2022-06-29 16:35:19 +0930 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-07-06 14:32:00 -0400 |
| commit | 82010a704e97b29de23e15e4d18dd98341f7bae1 (patch) | |
| tree | a61c4ed58c953ec91cad75350f586048bf371f9d | |
| parent | dc96a8241dfa40f54f6b184a2fa4106511e7761e (diff) | |
config/ast2600: Enable CRC32
Useful for testing images with the default hash type.
Reviewed-by: Chia-Wei Wang <[email protected]>
Reviewed-by: Cédric Le Goater <[email protected]>
Signed-off-by: Joel Stanley <[email protected]>
| -rw-r--r-- | configs/evb-ast2600_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/evb-ast2600_defconfig b/configs/evb-ast2600_defconfig index e62abbda04e..3dcbcd2e363 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 |
