diff options
Diffstat (limited to 'conf/machine/include/gumstix.inc')
-rw-r--r-- | conf/machine/include/gumstix.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/conf/machine/include/gumstix.inc b/conf/machine/include/gumstix.inc index 9d51cdcead..c271940f63 100644 --- a/conf/machine/include/gumstix.inc +++ b/conf/machine/include/gumstix.inc @@ -13,17 +13,13 @@ module_autoload_mmc_block = "mmc_block" module_autoload_gumstix_gadget = "gumstix_gadget" module_autoload_g_ether = "g_ether" -OLDEST_KERNEL = "2.6.15" - UBOOT_ENTRYPOINT = "a0008000" #Assume people have some gumstix extension boards -MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget bluetooth" +MACHINE_FEATURES = "kernel26 alsa ext2 bluetooth" EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --squash" -GUMSTIX_400MHZ = "y" - MACHINE_EXTRA_RRECOMMENDS = "kernel-module-unix \ kernel-module-rtc-core \ kernel-module-rtc-dev \ |