aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh41.bb
diff options
context:
space:
mode:
authorErik Hovland <erik@hovland.org>2006-05-23 16:29:21 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-23 16:29:21 +0000
commit22ba993023b85fa171aec099dd97adaf3b6a5ca3 (patch)
tree62a4bdb0022eecfaafde80c644af92c35bfdadc3 /packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh41.bb
parentc789b468e62aa1772fdd2c182153864b26db9eeb (diff)
downloadopenembedded-22ba993023b85fa171aec099dd97adaf3b6a5ca3.tar.gz
This adds the hh41.1 bb which attempts to address some kernel init issues
with the mmc_asic3 driver and the mmc_samsung driver. It also disables the autoloading of the mmc_asic3 driver since it still has issues with autoloading.
Diffstat (limited to 'packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh41.bb')
-rw-r--r--packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh41.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh41.bb b/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh41.bb
index b360ac3674..f87cffbc46 100644
--- a/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh41.bb
+++ b/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh41.bb
@@ -47,7 +47,8 @@ module_autoload_usb-ohci-h5400 = "usb-ohci-h5400"
module_autoload_ppp_async = "ppp_async"
module_autoload_usb-eth = "usb-eth"
module_autoload_h5400_buzzer = "h5400_buzzer"
-module_autoload_mmc_asic3 = "mmc_asic3"
+# breaks booting on first install of h3900 handhelds
+#module_autoload_mmc_asic3 = "mmc_asic3"
module_autoload_mmc_h5400 = "mmc_h5400"
module_autoload_h5400-audio = "h5400-audio"
module_autoload_h3900-uda1380 = "h3900-uda1380"