diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-03 14:41:07 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-04-03 14:41:07 -0500 |
commit | 21b8f713db4b71cdf1e329afb3372aadec88f1e7 (patch) | |
tree | e9e9fd057ce7b6ec8d797374addd949842f49423 /target/arm/systems/raspberry-pi2 | |
parent | bf46ae546e86c39e2b0f900610b9a72076af35b4 (diff) |
rework FPU support for ARM again
With this commit I broke Kodi support for cubox-i:
4f93b213f2d3393fbb0b7ca200988f475e6cef83
I found following info regarding VFP and NEON:
http://community.arm.com/groups/tools/blog/2013/04/15/arm-cortex-a-processors-and-gcc-command-lines
Try to implement with this table in mind.
Diffstat (limited to 'target/arm/systems/raspberry-pi2')
-rw-r--r-- | target/arm/systems/raspberry-pi2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/arm/systems/raspberry-pi2 b/target/arm/systems/raspberry-pi2 index 0ca33a131..6aae1f623 100644 --- a/target/arm/systems/raspberry-pi2 +++ b/target/arm/systems/raspberry-pi2 @@ -4,7 +4,6 @@ config ADK_TARGET_SYSTEM_RASPBERRY_PI2 select ADK_raspberry_pi2 select ADK_TARGET_LITTLE_ENDIAN select ADK_CPU_CORTEX_A7 - select ADK_TARGET_CPU_WITH_NEON select ADK_TARGET_BOARD_BCM28XX select ADK_TARGET_WITH_VGA select ADK_TARGET_WITH_SERIAL |