Turn off CONFIG_KERNEL_MODE_NEON again.
It fails to build with: ERROR: "xor_block_neon_inner" [crypto/xor.ko] undefined! make[1]: *** [__modpost] Error 1 make: *** [modules] Error 2 Will enable it when it's fixed
This commit is contained in:
parent
0128986976
commit
38ae254a00
@ -14,7 +14,7 @@ CONFIG_AEABI=y
|
||||
CONFIG_VFP=y
|
||||
CONFIG_VFPv3=y
|
||||
CONFIG_NEON=y
|
||||
CONFIG_KERNEL_MODE_NEON=y
|
||||
# CONFIG_KERNEL_MODE_NEON is not set
|
||||
|
||||
CONFIG_ARM_UNWIND=y
|
||||
CONFIG_ARM_THUMB=y
|
||||
|
Loading…
Reference in New Issue
Block a user