Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] mx53loco_defconfig: refresh
@ 2014-10-17 15:05 Vincent Stehlé
  2014-10-18 16:35 ` Thomas Petazzoni
  2014-10-19 14:39 ` Thomas Petazzoni
  0 siblings, 2 replies; 15+ messages in thread
From: Vincent Stehlé @ 2014-10-17 15:05 UTC (permalink / raw)
  To: buildroot

Force gcc to version 4.5, as versions 4.7 and 4.8 break the boot.

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

Signed-off-by: Vincent Stehl? <vincent.stehle@freescale.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <jacmet@sunsite.dk>
---
 configs/mx53loco_defconfig | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig
index 8b12238..f0d13bb 100644
--- a/configs/mx53loco_defconfig
+++ b/configs/mx53loco_defconfig
@@ -1,7 +1,11 @@
 # Architecture
 BR2_arm=y
 BR2_cortex_a8=y
-BR2_ARM_FPU_VFPV3D16=y
+BR2_ARM_FPU_VFPV3=y
+
+# toolchain
+# Use gcc 4.5, as gcc 4.7 & 4.8 break the boot.
+BR2_GCC_VERSION_4_5_X=y
 
 # System
 BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
-- 
2.1.1

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2014-11-26  9:49 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-17 15:05 [Buildroot] [PATCH] mx53loco_defconfig: refresh Vincent Stehlé
2014-10-18 16:35 ` Thomas Petazzoni
2014-10-18 20:05   ` Eric Bénard
2014-10-19 14:39 ` Thomas Petazzoni
2014-11-25 16:12   ` [Buildroot] [PATCH v2] mx53loco_defconfig: switch to VFPv3(d32) Vincent Stehlé
2014-11-25 16:54     ` Eric Bénard
2014-11-25 17:03       ` Vincent Stehlé
2014-11-25 17:30         ` Thomas Petazzoni
2014-11-25 17:44           ` Eric Bénard
2014-11-25 20:57             ` Jérôme Pouiller
2014-11-25 21:10               ` Eric Bénard
2014-11-26  9:49                 ` Jérôme Pouiller
2014-11-25 18:34           ` Vincent Stehlé
2014-11-25 18:35           ` [Buildroot] [PATCH v3] " Vincent Stehlé
2014-11-25 19:26             ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox