From 5a0886ba5ee99669bd4d4dc2a17b6f4d751ae03d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 14 Feb 2015 07:22:52 -0600 Subject: rework float support for ARM --- target/arm/systems/raspberry-pi | 1 - target/arm/systems/raspberry-pi2 | 1 - target/arm/systems/sharp-zaurus | 1 - target/arm/systems/solidrun-imx6 | 1 - 4 files changed, 4 deletions(-) (limited to 'target/arm/systems') diff --git a/target/arm/systems/raspberry-pi b/target/arm/systems/raspberry-pi index 27dac652c..0ba641663 100644 --- a/target/arm/systems/raspberry-pi +++ b/target/arm/systems/raspberry-pi @@ -2,7 +2,6 @@ config ADK_TARGET_SYSTEM_RASPBERRY_PI bool "Raspberry PI" select ADK_arm select ADK_little - select ADK_eabihf select ADK_fpu_vfp select ADK_raspberry_pi select ADK_CPU_ARM1176JZF_S diff --git a/target/arm/systems/raspberry-pi2 b/target/arm/systems/raspberry-pi2 index 77071f828..a546aef6e 100644 --- a/target/arm/systems/raspberry-pi2 +++ b/target/arm/systems/raspberry-pi2 @@ -2,7 +2,6 @@ config ADK_TARGET_SYSTEM_RASPBERRY_PI2 bool "Raspberry PI 2" select ADK_arm select ADK_little - select ADK_eabihf select ADK_fpu_vfp select ADK_raspberry_pi2 select ADK_CPU_CORTEX_A7 diff --git a/target/arm/systems/sharp-zaurus b/target/arm/systems/sharp-zaurus index fa93110a0..a5f76f308 100644 --- a/target/arm/systems/sharp-zaurus +++ b/target/arm/systems/sharp-zaurus @@ -3,7 +3,6 @@ config ADK_TARGET_SYSTEM_SHARP_ZAURUS select ADK_arm select ADK_sharp_zaurus select ADK_little - select ADK_eabi select ADK_CPU_XSCALE select ADK_TARGET_CPU_WITH_IWMMXT select ADK_TARGET_WITH_VGA diff --git a/target/arm/systems/solidrun-imx6 b/target/arm/systems/solidrun-imx6 index d602c905b..7c6ecccdf 100644 --- a/target/arm/systems/solidrun-imx6 +++ b/target/arm/systems/solidrun-imx6 @@ -2,7 +2,6 @@ config ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 bool "Solidrun IMX6 Embedded Systems" select ADK_arm select ADK_little - select ADK_eabihf select ADK_fpu_neon select ADK_solidrun_imx6 select ADK_CPU_CORTEX_A9 -- cgit v1.2.3