diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-19 19:54:14 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-19 19:54:14 +0100 |
commit | 4f93b213f2d3393fbb0b7ca200988f475e6cef83 (patch) | |
tree | 5f0b47ac6a1cd02c1b5c387cd40dd26f63241c4d /target/config/Config.in.arm.default | |
parent | ee5cb4ea2592e9defa081cf23b704160b364e9b4 (diff) |
cleanup FPU support for ARM targets.
Diffstat (limited to 'target/config/Config.in.arm.default')
-rw-r--r-- | target/config/Config.in.arm.default | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/config/Config.in.arm.default b/target/config/Config.in.arm.default index 4e1e17c7e..43df6220c 100644 --- a/target/config/Config.in.arm.default +++ b/target/config/Config.in.arm.default @@ -1,14 +1,3 @@ # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. -config ADK_fpu_neon - bool - -config ADK_fpu_vfp - bool - -config ADK_TARGET_FPU - string - default "vfp" if ADK_fpu_vfp - default "neon" if ADK_fpu_neon - |