diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-05-05 21:52:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2008-05-05 21:52:39 +0000 |
commit | 0fb268a8c03bbea4fc1f34a3b7a9ebe7a02c471d (patch) | |
tree | ccf99743568c299437bb03381b1625b8c0a838ee /conf/machine/beagleboard.conf | |
parent | 6165473d292012b6c60308c8eb0f3604a020b046 (diff) | |
parent | 66af3461a3fdf3eb7ceb76bb2a04e66be8283b8c (diff) |
merge of '86dacb8c8e579fd5d42ab61a0c0f344bcf74146d'
and 'd4a97f257158aba4fde91347580030110ef215bf'
Diffstat (limited to 'conf/machine/beagleboard.conf')
-rw-r--r-- | conf/machine/beagleboard.conf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index a8193fd69c..824ab2b7b3 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf @@ -13,10 +13,9 @@ GUI_MACHINE_CLASS = "bigscreen" #Ship all kernel modules till the board support has matured enough MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" -TARGET_FPU = "hard" -#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" @@ -34,4 +33,4 @@ UBOOT_LOADADDRESS = "0x80008000" # and sdio -MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat" +MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa" |