[Buildroot] [PATCH v3] mx53loco_defconfig: switch to VFPv3(d32)

Vincent Stehlé vincent.stehle at freescale.com
Tue Nov 25 18:35:36 UTC 2014


Switch to VFPv3(d32), as i.MX53 Cortex-A8 supports it (MVFR0 = 0x11110222).

Signed-off-by: Vincent Stehlé <vincent.stehle at freescale.com>
Cc: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Cc: Peter Korsgaard <jacmet at sunsite.dk>
Cc: Eric Bénard <eric at eukrea.com>

---


Here is v3; sorry for the noise.

Changes since v2:
~~~~~~~~~~~~~~~~~
- Switch back to EABI.

Changes since v1:
~~~~~~~~~~~~~~~~~
- Do not force gcc version anymore.
- Change the title accordingly.
- Switch to EABIHF.


 configs/mx53loco_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig
index 942dedf..d2a2b66 100644
--- a/configs/mx53loco_defconfig
+++ b/configs/mx53loco_defconfig
@@ -1,6 +1,7 @@
 # Architecture
 BR2_arm=y
 BR2_cortex_a8=y
+BR2_ARM_FPU_VFPV3=y
 
 # System
 BR2_KERNEL_HEADERS_VERSION=y
-- 
2.1.3




More information about the buildroot mailing list