[Buildroot] [git commit] configs: atmel: sama5d2 has vfpv4-d16

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Apr 19 19:22:11 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=e3b2d67d096f344a3b2b02f8e4acb7b37ba007a0
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The datasheet indicates vfpv4 but it stands for vfpv4-d16 not vfpv4-32.

Signed-off-by: Ludovic Desroches <ludovic.desroches at atmel.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 configs/atmel_sama5d2_xplained_mmc_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/atmel_sama5d2_xplained_mmc_defconfig b/configs/atmel_sama5d2_xplained_mmc_defconfig
index 7f1797d..78baf47 100644
--- a/configs/atmel_sama5d2_xplained_mmc_defconfig
+++ b/configs/atmel_sama5d2_xplained_mmc_defconfig
@@ -2,7 +2,6 @@ BR2_arm=y
 BR2_cortex_a5=y
 BR2_ARM_ENABLE_NEON=y
 BR2_ARM_ENABLE_VFP=y
-BR2_ARM_FPU_VFPV4=y
 BR2_ARM_INSTRUCTIONS_THUMB2=y
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_1=y
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/atmel/sama5d2_xplained_mmc/post-image.sh"


More information about the buildroot mailing list