diff options
author | Philip Balister <philip@balister.org> | 2007-08-27 21:12:04 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-08-27 21:12:04 +0000 |
commit | 098396df99c3b40b7cbcc769a5b22a89de35e32b (patch) | |
tree | 42124a3e70b43a432e76785260865f4cfce98646 /conf/machine/include/gumstix.inc | |
parent | 32465777d84d6c43c59310bf8904f0ee59b7460c (diff) |
gumstick-*.conf : Move machine specific parts from gumstix.inc to the gumstix-{connex,verdex}
machine files.
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 \ |