mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-20 20:04:46 +00:00
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>
This commit is contained in:
parent
03a76b1a73
commit
1d41f7afdf
1 changed files with 1 additions and 0 deletions
|
@ -2,4 +2,5 @@ CONFIG_ARM=y
|
|||
CONFIG_ARCH_VEXPRESS64=y
|
||||
CONFIG_DEFAULT_DEVICE_TREE="arm_fvp"
|
||||
CONFIG_IDENT_STRING=" arm_fvp"
|
||||
# CONFIG_ARM64_CRC32 is not set
|
||||
# CONFIG_DISPLAY_CPUINFO is not set
|
||||
|
|
Loading…
Add table
Reference in a new issue