summaryrefslogtreecommitdiff
path: root/target/arm/systems/raspberry-pi2
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-22 02:39:38 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-22 02:39:38 -0600
commit476a87c63fe284faf4ea0a76f7b540845c5f6a52 (patch)
tree729a9ca60bb305018305e5ddffe407277264680e /target/arm/systems/raspberry-pi2
parent64fe21734343ee2395ddb6586195d3db374f91ea (diff)
rework FPU/FLOAT support
NEON is only an extension not the FPU hardware. So handle this in a better way. Remove the lower case symbols.
Diffstat (limited to 'target/arm/systems/raspberry-pi2')
-rw-r--r--target/arm/systems/raspberry-pi23
1 files changed, 1 insertions, 2 deletions
diff --git a/target/arm/systems/raspberry-pi2 b/target/arm/systems/raspberry-pi2
index 58efa4b93..93038cc11 100644
--- a/target/arm/systems/raspberry-pi2
+++ b/target/arm/systems/raspberry-pi2
@@ -4,9 +4,8 @@ config ADK_TARGET_SYSTEM_RASPBERRY_PI2
select ADK_little
select ADK_raspberry_pi2
select ADK_CPU_CORTEX_A7
+ select ADK_TARGET_CPU_WITH_NEON
select ADK_TARGET_BOARD_BCM28XX
- select ADK_TARGET_CPU_WITH_FPU
- select ADK_TARGET_CPU_WITH_FPU_NEON
select ADK_TARGET_WITH_VGA
select ADK_TARGET_WITH_SERIAL
select ADK_TARGET_WITH_CPU_FREQ