summaryrefslogtreecommitdiff
path: root/configs/riotboard_defconfig
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2016-02-23 21:59:56 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-02-23 22:05:11 +0100
commitf143be8a09c093d94d33e09c547f304305b7b6c4 (patch)
tree35c523627220db59b42257459b4e8a5ce7917654 /configs/riotboard_defconfig
parentca57e0ba650c9a9596242009393f9501e157dd2e (diff)
configs: ensure ARM EABIhf is enabled for configurations using cortex A9
Similar to the issue with the Atmel A5 based boards, the VFP is optional on A9 - So we need to enable it to be able to use EABIhf. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/riotboard_defconfig')
-rw-r--r--configs/riotboard_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/riotboard_defconfig b/configs/riotboard_defconfig
index b6d69a80d..73677c7c5 100644
--- a/configs/riotboard_defconfig
+++ b/configs/riotboard_defconfig
@@ -1,7 +1,7 @@
# architecture
BR2_arm=y
BR2_cortex_a9=y
-BR2_ARM_EABIHF=y
+BR2_ARM_ENABLE_VFP=y
# system
BR2_TARGET_GENERIC_GETTY=y