aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/beagleboard.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-03-17 19:19:43 +0000
committerKoen Kooi <koen@openembedded.org>2008-03-17 19:19:43 +0000
commit9748599b9b378c85e14613460348add070e8af25 (patch)
treed639ae84622d8fad7e4512f04a9896399387a910 /conf/machine/beagleboard.conf
parentd3d3ab5726dfe29461a51ab62abdf4ec07f7d5f3 (diff)
downloadopenembedded-9748599b9b378c85e14613460348add070e8af25.tar.gz
beagleboard: switch to armv6 till our gcc 4.3.0 works better
Diffstat (limited to 'conf/machine/beagleboard.conf')
-rw-r--r--conf/machine/beagleboard.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf
index 613645daf3..9816b80664 100644
--- a/conf/machine/beagleboard.conf
+++ b/conf/machine/beagleboard.conf
@@ -11,7 +11,9 @@ XSERVER = "xserver-kdrive-xomap"
GUI_MACHINE_CLASS = "bigscreen"
TARGET_FPU = "hard"
-include conf/machine/include/tune-cortexa8.inc
+include conf/machine/include/tune-arm1136jf-s.inc
+# requires gcc 4.3.0:
+#include conf/machine/include/tune-cortexa8.inc
IMAGE_FSTYPES ?= "tar.bz2"