diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-07-03 17:18:58 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-07-03 17:18:58 +0000 |
commit | 051287907aa1daf2b81c5f354bfa6eec9dfa54d6 (patch) | |
tree | 81174c503b3924e511b19d3b20a9c1107154d303 /target | |
parent | 71741b55b2dbedc28f1a3c1b559143810b2d2885 (diff) | |
download | master-187ad058-051287907aa1daf2b81c5f354bfa6eec9dfa54d6.tar.gz master-187ad058-051287907aa1daf2b81c5f354bfa6eec9dfa54d6.tar.bz2 master-187ad058-051287907aa1daf2b81c5f354bfa6eec9dfa54d6.zip |
realview: disable SWP emulation
This is not needed since our toolchain produces the expected binaries for the
target CPU.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41494 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/realview/config-3.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/realview/config-3.10 b/target/linux/realview/config-3.10 index cd46bbeccf..8546823e10 100644 --- a/target/linux/realview/config-3.10 +++ b/target/linux/realview/config-3.10 @@ -227,6 +227,7 @@ CONFIG_SPARSEMEM_EXTREME=y CONFIG_SPARSEMEM_MANUAL=y CONFIG_STOP_MACHINE=y # CONFIG_SWAP is not set +# CONFIG_SWP_EMULATE is not set CONFIG_SYSFS_DEPRECATED=y CONFIG_SYSFS_DEPRECATED_V2=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y |