summaryrefslogtreecommitdiff
path: root/configs/zynq_zc706_defconfig
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2016-10-15 18:41:16 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-10-15 18:44:02 +0200
commitb5f8c99aac7c4efe8b6a651a977aa05719a57709 (patch)
treeba1c88865a91a26def43eec612b04d5b982d7be1 /configs/zynq_zc706_defconfig
parent0f8433ab04a13a052b4431f54cef98326d23bf71 (diff)
configs/zynq_*_defconfig: enable VFP support
The A9 cores inside the Xilinx Zynq have a VFP unit, so enable it. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/zynq_zc706_defconfig')
-rw-r--r--configs/zynq_zc706_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/zynq_zc706_defconfig b/configs/zynq_zc706_defconfig
index 578f042b2..6f7215cb2 100644
--- a/configs/zynq_zc706_defconfig
+++ b/configs/zynq_zc706_defconfig
@@ -2,6 +2,7 @@ BR2_arm=y
BR2_cortex_a9=y
BR2_ARM_ENABLE_NEON=y
BR2_ARM_ENABLE_VFP=y
+BR2_ARM_ENABLE_VFP=y
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
BR2_TARGET_GENERIC_GETTY_PORT="ttyPS0"
BR2_LINUX_KERNEL=y