vepxress64: disable CRC32 by default to prevent aborts
authorHarrison Mutai <harrison.mutai@arm.com>
Tue, 4 Mar 2025 16:52:01 +0000 (16:52 +0000)
committerTom Rini <trini@konsulko.com>
Tue, 18 Mar 2025 14:12:34 +0000 (08:12 -0600)
commit1d41f7afdf17c45ff8a6853742c9a61b371b73d0
tree8b04a3b5d6a797c3a180b0c9cbe6dcdae189be06
parent03a76b1a737fc9cf511aa7520999968ec3d2fd78
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>
configs/vexpress_fvp_defconfig