diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-13 09:11:18 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-13 09:11:18 +0000 |
commit | 8f68e8de94cc5d73cbf3d80dfbf86bb93742868a (patch) | |
tree | f8a60dfe3be7b37d2b58f8c0e235d400d674eb8d /conf | |
parent | 175fdd06804ba09e17057e0c27139b26b45168a9 (diff) |
beagleboard: switch to armv7a
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/beagleboard.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index 6842897dd1..6b1d3d4dc0 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf @@ -13,9 +13,9 @@ GUI_MACHINE_CLASS = "bigscreen" #Ship all kernel modules till the board support has matured enough MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" -include conf/machine/include/tune-arm1136jf-s.inc +#include conf/machine/include/tune-arm1136jf-s.inc # requires gcc 4.3.0: -#include conf/machine/include/tune-cortexa8.inc +include conf/machine/include/tune-cortexa8.inc IMAGE_FSTYPES += "tar.bz2 jffs2" |