sunxi: disable LPAE on cortexa7

It seems that this option will take up 64 MB of memory.
Ref: https://github.com/coolsnowwolf/lede/issues/6667
This commit is contained in:
AmadeusGhost 2021-04-10 11:09:05 +08:00
parent 7686e88d07
commit 7a8af2599f

View File

@ -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_DWMAC_SUN8I=y