[oe-commits] : linux omap2 git: turn of MUSB dma to avoid crashes

OE GIT Trial gittrial at amethyst.openembedded.net
Wed Jul 30 12:49:41 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 78f1d79f91f582645fa3780d8172a4ba69f59342
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=78f1d79f91f582645fa3780d8172a4ba69f59342

Author:  <koen at openembedded.org>
Date:   Wed Jul 30 12:41:58 2008 +0000

linux omap2 git: turn of MUSB dma to avoid crashes

---

 .../linux/linux-omap2-git/beagleboard/defconfig    |    6 ++----
 packages/linux/linux-omap2_git.bb                  |    2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/packages/linux/linux-omap2-git/beagleboard/defconfig b/packages/linux/linux-omap2-git/beagleboard/defconfig
index 9c41ce0..0adc452 100644
--- a/packages/linux/linux-omap2-git/beagleboard/defconfig
+++ b/packages/linux/linux-omap2-git/beagleboard/defconfig
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.26-omap1
-# Wed Jul 30 10:34:59 2008
+# Wed Jul 30 14:28:15 2008
 #
 CONFIG_ARM=y
 CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -1407,9 +1407,7 @@ CONFIG_USB_MUSB_SOC=y
 CONFIG_USB_MUSB_OTG=y
 CONFIG_USB_GADGET_MUSB_HDRC=y
 CONFIG_USB_MUSB_HDRC_HCD=y
-# CONFIG_MUSB_PIO_ONLY is not set
-CONFIG_USB_INVENTRA_DMA=y
-# CONFIG_USB_TI_CPPI_DMA is not set
+CONFIG_MUSB_PIO_ONLY=y
 CONFIG_USB_MUSB_LOGLEVEL=0
 
 #
diff --git a/packages/linux/linux-omap2_git.bb b/packages/linux/linux-omap2_git.bb
index e7d3b95..589f1d1 100644
--- a/packages/linux/linux-omap2_git.bb
+++ b/packages/linux/linux-omap2_git.bb
@@ -6,7 +6,7 @@ SRCREV = "d3b3ae0fe6c71641da19c8de466ec366d39847e3"
 
 PV = "2.6.26"
 #PV = "2.6.26+2.6.27-rc1+${PR}+git${SRCREV}"
-PR = "r49"
+PR = "r50"
 
 SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=git \
 	   file://defconfig"





More information about the Openembedded-commits mailing list