[oe-commits] Koen Kooi : hx4700, h2200: band-aid device table to account for the prehistoric .21 kernel

GIT User account git at amethyst.openembedded.net
Fri Jan 30 18:37:02 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2a288bbc3638f6a77b5516968c839ac5b61d5c8a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2a288bbc3638f6a77b5516968c839ac5b61d5c8a

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Jan 30 19:34:13 2009 +0100

hx4700, h2200: band-aid device table to account for the prehistoric .21 kernel

---

 conf/machine/h2200.conf  |    1 +
 conf/machine/hx4700.conf |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf
index abc1772..6ccdc50 100644
--- a/conf/machine/h2200.conf
+++ b/conf/machine/h2200.conf
@@ -45,4 +45,5 @@ module_autoload_g_ether = "g_ether"
 SERIAL_CONSOLE = "115200 ttyS0 vt100"
 USE_VT = "0"
 
+IMAGE_DEVICE_TABLES = "device_table-oldmmc.txt"
 require conf/machine/include/LAB-settings.inc
diff --git a/conf/machine/hx4700.conf b/conf/machine/hx4700.conf
index ab532e3..4906f87 100644
--- a/conf/machine/hx4700.conf
+++ b/conf/machine/hx4700.conf
@@ -73,4 +73,5 @@ module_autoload_pxa27x_udc = "pxa27x_udc"
 #FIXME: this should be controlled by a userspace utility later.
 module_autoload_g_ether = "g_ether"
 
+IMAGE_DEVICE_TABLES = "device_table-oldmmc.txt"
 SERIAL_CONSOLE = "115200 ttyS0"





More information about the Openembedded-commits mailing list