diff options
author | Ludovic Desroches <ludovic.desroches@atmel.com> | 2016-04-19 17:24:09 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-04-19 21:22:11 +0200 |
commit | e3b2d67d096f344a3b2b02f8e4acb7b37ba007a0 (patch) | |
tree | 11e4756906792a2bef32045ebfc86587efad76e6 /configs/atmel_sama5d2_xplained_mmc_defconfig | |
parent | c2f4b6c5e5b97fdea0230615d02b74454556d8a6 (diff) |
configs: atmel: sama5d2 has vfpv4-d16
The datasheet indicates vfpv4 but it stands for vfpv4-d16 not vfpv4-32.
Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/atmel_sama5d2_xplained_mmc_defconfig')
-rw-r--r-- | configs/atmel_sama5d2_xplained_mmc_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/atmel_sama5d2_xplained_mmc_defconfig b/configs/atmel_sama5d2_xplained_mmc_defconfig index 7f1797d9c..78baf4772 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" |