Kernel needs CONFIG_KERNEL_MIPS_FP_SUPPORT, otherwise init segfaults.
---
target/linux/config/Config.in.kernel | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel
index 7f7f38da19999..32607cc179ecb 100644
--- a/target/linux/config/Config.in.kernel
+++ b/target/linux/config/Config.in.kernel
@@ -141,6 +141,10 @@ config ADK_LINUX_KERNEL_KERNEL_MODE_NEON
bool
default y if ADK_TARGET_ARCH_ARM_WITH_NEON
+config ADK_LINUX_KERNEL_MIPS_FP_SUPPORT
+ bool
+ default y
+
config ADK_LINUX_KERNEL_PATCH_REALTIME
bool
--
2.30.0
Show replies by date