aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZoltan HERPAI <wigyori@uid0.hu>2021-04-10 22:01:24 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2021-04-11 00:00:49 +0200
commit226d22dcd39a33b408b3c09aa6a5df6b57a141b6 (patch)
treea3cd294d70dfefe54e2762294284111cf9c559a2
parentdc31191ec3e5cefc8eceb5b1525d14e8e81c59ed (diff)
downloadupstream-226d22dcd39a33b408b3c09aa6a5df6b57a141b6.tar.gz
upstream-226d22dcd39a33b408b3c09aa6a5df6b57a141b6.tar.bz2
upstream-226d22dcd39a33b408b3c09aa6a5df6b57a141b6.zip
sunxi: disable LPAE on cortexa8
LPAE should be disabled as the Cortex-A8 cores don't support it, and the kernel will crash on boot if it's enabled. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
-rw-r--r--target/linux/sunxi/cortexa8/config-5.42
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/sunxi/cortexa8/config-5.4 b/target/linux/sunxi/cortexa8/config-5.4
index 1beb025ace..8ed44ec575 100644
--- a/target/linux/sunxi/cortexa8/config-5.4
+++ b/target/linux/sunxi/cortexa8/config-5.4
@@ -1,6 +1,7 @@
CONFIG_ARCH_32BIT_OFF_T=y
CONFIG_ARCH_HAS_BINFMT_FLAT=y
CONFIG_ARCH_HAS_TEARDOWN_DMA_OPS=y
+# CONFIG_ARM_LPAE is not set
CONFIG_BINFMT_FLAT_ARGVP_ENVP_ON_STACK=y
CONFIG_COMPAT_32BIT_TIME=y
# CONFIG_MACH_SUN6I is not set
@@ -8,6 +9,7 @@ CONFIG_COMPAT_32BIT_TIME=y
# CONFIG_MACH_SUN8I is not set
# CONFIG_MACH_SUN9I is not set
# CONFIG_PHY_SUN9I_USB is not set
+CONFIG_PGTABLE_LEVELS=2
# CONFIG_PINCTRL_SUN50I_A64 is not set
# CONFIG_PINCTRL_SUN50I_A64_R is not set
# CONFIG_PINCTRL_SUN50I_H5 is not set