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 | |
parent | 32465777d84d6c43c59310bf8904f0ee59b7460c (diff) |
gumstick-*.conf : Move machine specific parts from gumstix.inc to the gumstix-{connex,verdex}
machine files.
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/gumstix-connex.conf | 4 | ||||
-rw-r--r-- | conf/machine/gumstix-verdex.conf | 2 | ||||
-rw-r--r-- | conf/machine/include/gumstix.inc | 6 |
3 files changed, 7 insertions, 5 deletions
diff --git a/conf/machine/gumstix-connex.conf b/conf/machine/gumstix-connex.conf index 5110e86aff..a431762d0a 100644 --- a/conf/machine/gumstix-connex.conf +++ b/conf/machine/gumstix-connex.conf @@ -1,2 +1,6 @@ require conf/machine/include/gumstix.inc +MACHINE_FEATURES += " usbgadget " + +GUMSTIX_400MHZ = "y" + diff --git a/conf/machine/gumstix-verdex.conf b/conf/machine/gumstix-verdex.conf index f08e3bafad..ab24552646 100644 --- a/conf/machine/gumstix-verdex.conf +++ b/conf/machine/gumstix-verdex.conf @@ -2,3 +2,5 @@ require conf/machine/include/gumstix.inc PACKAGE_EXTRA_ARCHS += " iwmmxt " +MACHINE_FEATURES += " usbhost " + 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 \ |