diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-12-28 20:08:54 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-12-28 20:08:54 +0000 |
commit | 585b460fd1f74be24a00bf11f75f74c31bed61e8 (patch) | |
tree | d9983d639abf04397ef528e020539832cb9d1e31 /target/linux/magicbox | |
parent | 926ea6a65eec7d3e5017307746213c21a990b019 (diff) | |
download | upstream-585b460fd1f74be24a00bf11f75f74c31bed61e8.tar.gz upstream-585b460fd1f74be24a00bf11f75f74c31bed61e8.tar.bz2 upstream-585b460fd1f74be24a00bf11f75f74c31bed61e8.zip |
turn off FPU emulation on ARM and PowerPC - we are on softfloat now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10012 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/magicbox')
-rw-r--r-- | target/linux/magicbox/config-2.6.22 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/magicbox/config-2.6.22 b/target/linux/magicbox/config-2.6.22 index 87dcb7e245..32b33a9792 100644 --- a/target/linux/magicbox/config-2.6.22 +++ b/target/linux/magicbox/config-2.6.22 @@ -75,7 +75,7 @@ CONFIG_KERNEL_START=0xc0000000 CONFIG_LOWMEM_SIZE=0x30000000 # CONFIG_MACINTOSH_DRIVERS is not set CONFIG_MAGICBOX=y -CONFIG_MATH_EMULATION=y +# CONFIG_MATH_EMULATION is not set CONFIG_MINI_FO=y CONFIG_MTD=y # CONFIG_MTD_ABSENT is not set |