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 | 8f4167ccbf31f2c356c8e12b927fbea466082e83 (patch) | |
tree | e20d8f5aada92ee283e2ecb6023bb84a9693baae /target | |
parent | 9f8fdb838e31e2b04707cf644889ac7cd845002b (diff) | |
download | upstream-8f4167ccbf31f2c356c8e12b927fbea466082e83.tar.gz upstream-8f4167ccbf31f2c356c8e12b927fbea466082e83.tar.bz2 upstream-8f4167ccbf31f2c356c8e12b927fbea466082e83.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>
SVN-Revision: 41494
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 |