diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2021-04-10 22:01:24 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2021-04-10 23:58:16 +0200 |
commit | a24bb17fa349ba704c643bad99fadd69087ab457 (patch) | |
tree | 95b4ea7c198527116aa920624ccd75e628e9a904 /target/linux | |
parent | 328546e1088d5b559eddd40a03318bef07f47c92 (diff) | |
download | upstream-a24bb17fa349ba704c643bad99fadd69087ab457.tar.gz upstream-a24bb17fa349ba704c643bad99fadd69087ab457.tar.bz2 upstream-a24bb17fa349ba704c643bad99fadd69087ab457.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>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/sunxi/cortexa8/config-5.4 | 2 |
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..b3ddf4b1e3 100644 --- a/target/linux/sunxi/cortexa8/config-5.4 +++ b/target/linux/sunxi/cortexa8/config-5.4 @@ -1,12 +1,14 @@ 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 # CONFIG_MACH_SUN7I is not set # CONFIG_MACH_SUN8I is not set # CONFIG_MACH_SUN9I is not set +CONFIG_PGTABLE_LEVELS=2 # CONFIG_PHY_SUN9I_USB is not set # CONFIG_PINCTRL_SUN50I_A64 is not set # CONFIG_PINCTRL_SUN50I_A64_R is not set |