From: Erik Hovland Date: Thu, 25 May 2006 11:21:07 +0000 (+0200) Subject: handhelds-pxa: stop mmc_asic3 from loading X-Git-Tag: familiar-v0.8.4-rc3~64 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=37303226dc6f4b9775f59dfa3efb9be659c8a9c6;p=familiar-h63xx-build.git handhelds-pxa: stop mmc_asic3 from loading Signed-off-by: Rene Wagner --- diff --git a/org.handhelds.familiar/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh41.1.bb b/org.handhelds.familiar/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh41.1.bb index 4709b07..f278af0 100644 --- a/org.handhelds.familiar/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh41.1.bb +++ b/org.handhelds.familiar/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh41.1.bb @@ -2,7 +2,7 @@ SECTION = "kernel" DESCRIPTION = "handhelds.org Linux kernel for PXA25x based devices." MAINTAINER = "Phil Blundell " LICENSE = "GPL" -PR = "r1" +PR = "r2" KERNEL_CCSUFFIX = "-3.3.4" @@ -49,7 +49,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" diff --git a/org.handhelds.familiar/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh41.bb b/org.handhelds.familiar/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh41.bb index b360ac3..bed92aa 100644 --- a/org.handhelds.familiar/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh41.bb +++ b/org.handhelds.familiar/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh41.bb @@ -2,7 +2,7 @@ SECTION = "kernel" DESCRIPTION = "handhelds.org Linux kernel for PXA25x based devices." MAINTAINER = "Phil Blundell " LICENSE = "GPL" -PR = "r0" +PR = "r1" KERNEL_CCSUFFIX = "-3.3.4" @@ -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"