diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-01 11:37:15 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-01 11:37:15 +0000 |
commit | 11b489f8a1d692e2e64b6d1a94328fbba3964344 (patch) | |
tree | 7d05178560c54916c5d8cd78ca04f75c521fbd41 /target/linux/octeon | |
parent | d99c41fc04ffe70a2ee63cddf152639ea04c87c7 (diff) | |
download | master-187ad058-11b489f8a1d692e2e64b6d1a94328fbba3964344.tar.gz master-187ad058-11b489f8a1d692e2e64b6d1a94328fbba3964344.tar.bz2 master-187ad058-11b489f8a1d692e2e64b6d1a94328fbba3964344.zip |
kernel: move CONFIG_MIPS_O32_FP64_SUPPORT to generic configs
Most MIPS targets have it disabled, so move the symbol to the generic
configs to keep target configs small.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44583 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/octeon')
-rw-r--r-- | target/linux/octeon/config-3.14 | 1 | ||||
-rw-r--r-- | target/linux/octeon/config-3.18 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/octeon/config-3.14 b/target/linux/octeon/config-3.14 index 79f1efe2c0..c8364cffdc 100644 --- a/target/linux/octeon/config-3.14 +++ b/target/linux/octeon/config-3.14 @@ -143,7 +143,6 @@ CONFIG_MIPS_L1_CACHE_SHIFT=7 CONFIG_MIPS_L1_CACHE_SHIFT_7=y # CONFIG_MIPS_MACHINE is not set CONFIG_MIPS_MT_DISABLED=y -# CONFIG_MIPS_O32_FP64_SUPPORT is not set CONFIG_MIPS_PGD_C0_CONTEXT=y CONFIG_MODULES_USE_ELF_REL=y CONFIG_MODULES_USE_ELF_RELA=y diff --git a/target/linux/octeon/config-3.18 b/target/linux/octeon/config-3.18 index 2055aef2a9..ad6ac279d1 100644 --- a/target/linux/octeon/config-3.18 +++ b/target/linux/octeon/config-3.18 @@ -149,7 +149,6 @@ CONFIG_MIPS32_O32=y CONFIG_MIPS_L1_CACHE_SHIFT=7 CONFIG_MIPS_L1_CACHE_SHIFT_7=y # CONFIG_MIPS_MACHINE is not set -# CONFIG_MIPS_O32_FP64_SUPPORT is not set # CONFIG_MIPS_PARAVIRT is not set CONFIG_MIPS_PGD_C0_CONTEXT=y CONFIG_MODULES_USE_ELF_REL=y |