diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-26 11:49:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-26 11:49:25 +0000 |
commit | b17bfe4f6858b08b65917a859dff59fe1273e151 (patch) | |
tree | b94efd2d2c94871b16895c76607890bad74c99f3 /target | |
parent | 1663fb6425077e42b56aa25f179b54753bd14c80 (diff) | |
download | upstream-b17bfe4f6858b08b65917a859dff59fe1273e151.tar.gz upstream-b17bfe4f6858b08b65917a859dff59fe1273e151.tar.bz2 upstream-b17bfe4f6858b08b65917a859dff59fe1273e151.zip |
x86: disable crashlog, ioremap of RAM does not work properly here
SVN-Revision: 28599
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/x86/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/config-default b/target/linux/x86/config-default index 93a66b0b63..b608b85d68 100644 --- a/target/linux/x86/config-default +++ b/target/linux/x86/config-default @@ -72,6 +72,7 @@ CONFIG_CPU_IDLE_GOV_LADDER=y # CONFIG_CPU_SUP_INTEL is not set # CONFIG_CPU_SUP_TRANSMETA_32 is not set # CONFIG_CPU_SUP_UMC_32 is not set +# CONFIG_CRASHLOG is not set # CONFIG_CS5535_GPIO is not set # CONFIG_GPIO_CS5535 is not set # CONFIG_CS89x0 is not set |