aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/legacy
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2017-05-25 23:44:23 +0200
committerDaniel Golle <daniel@makrotopia.org>2017-05-25 23:50:48 +0200
commit62d0b1a444c210fd773f2c15982e998cc08535b3 (patch)
tree7cb64f06a47d232dd7070476d069084bbde78bc3 /target/linux/x86/legacy
parent4b8a7c9b48c4a6cd4c7bdc92dff99cb0b2682d32 (diff)
downloadupstream-62d0b1a444c210fd773f2c15982e998cc08535b3.tar.gz
upstream-62d0b1a444c210fd773f2c15982e998cc08535b3.tar.bz2
upstream-62d0b1a444c210fd773f2c15982e998cc08535b3.zip
x86/legacy: disable PAE again
commit 961c0eacea ('x86: fix lifting kernel CPU requirements and always enable PAE') broke some older geode boards such as Soekris net4826. Hence disable PAE on x86/legacy again in order to still support those very old non-PAE capable CPUs. Fixes FS#773 - PAE broke Soekris net4826 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/x86/legacy')
-rw-r--r--target/linux/x86/legacy/config-default2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/legacy/config-default b/target/linux/x86/legacy/config-default
index 71049254b2..db6fc253e9 100644
--- a/target/linux/x86/legacy/config-default
+++ b/target/linux/x86/legacy/config-default
@@ -222,7 +222,7 @@ CONFIG_X86_ACPI_CPUFREQ=y
# CONFIG_X86_E_POWERSAVER is not set
# CONFIG_X86_INTEL_LPSS is not set
# CONFIG_X86_LONGHAUL is not set
-CONFIG_X86_PAE=y
+# CONFIG_X86_PAE is not set
# CONFIG_X86_PCC_CPUFREQ is not set
CONFIG_X86_PM_TIMER=y
# CONFIG_X86_POWERNOW_K8 is not set