commit | 17131cc4d913f54c95f1e448109ef49904816bd2 | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Tue Mar 04 16:52:01 2025 +0000 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 18 08:12:34 2025 -0600 |
tree | 8b04a3b5d6a797c3a180b0c9cbe6dcdae189be06 | |
parent | b9319e41c9284e3c8bfa85b462a749c85f936fd4 [diff] |
vepxress64: disable CRC32 by default to prevent aborts On fast models, the CRC32 feature is disabled by default. When enabled in U-Boot, it leads to synchronous aborts due to unrecognized instructions. This change ensures CRC32 is disabled by default to maintain compatibility. Signed-off-by: Harrison Mutai <harrison.mutai@arm.com> Reviewed-by: Tom Rini <trini@konsulko.com>