summaryrefslogtreecommitdiff
path: root/configs/atmel_sama5d3xek_defconfig
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-02-23 17:19:04 +0100
committerPeter Korsgaard <peter@korsgaard.com>2016-02-23 21:49:36 +0100
commitca57e0ba650c9a9596242009393f9501e157dd2e (patch)
tree0659f8bb3d87e6aa7aba43808c7a076b090472c0 /configs/atmel_sama5d3xek_defconfig
parent2b23ab47ad4c4ac2f7916673be518704af5dbde7 (diff)
configs: atmel: ensure EABIhf is selected for sama5d*
The recent changes in Config.in.arm regarding the VFP selection broke the atmel_sama5d* defconfigs. Ensure EABIhf is selected as all the sama5 have a vfp. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'configs/atmel_sama5d3xek_defconfig')
-rw-r--r--configs/atmel_sama5d3xek_defconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/atmel_sama5d3xek_defconfig b/configs/atmel_sama5d3xek_defconfig
index 64eabe81d..193fa1365 100644
--- a/configs/atmel_sama5d3xek_defconfig
+++ b/configs/atmel_sama5d3xek_defconfig
@@ -1,7 +1,6 @@
BR2_arm=y
BR2_cortex_a5=y
-BR2_ARM_EABIHF=y
-BR2_ARM_FPU_VFPV4D16=y
+BR2_ARM_ENABLE_VFP=y
BR2_ARM_INSTRUCTIONS_THUMB2=y
# Linux headers same as kernel, a 3.18 series
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_18=y