[oe-commits] Koen Kooi : linux-omap-psp 2.6.32: disable mt9t111 module, it causes non-xM boards to hang at boot

git version control git at git.openembedded.org
Sun Jun 27 10:10:22 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Jun 27 12:09:16 2010 +0200

linux-omap-psp 2.6.32: disable mt9t111 module, it causes non-xM boards to hang at boot

---

 conf/machine/include/omap3.inc                     |    2 +-
 .../beagleboard/configs/cpuidle                    |    2 +-
 .../linux-omap-psp-2.6.32/beagleboard/defconfig    |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index e40cfe7..059a8ea 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -3,7 +3,7 @@ SOC_FAMILY = "omap3"
 require conf/machine/include/tune-cortexa8.inc
 PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
 # Increase this everytime you change something in the kernel
-MACHINE_KERNEL_PR = "r79"
+MACHINE_KERNEL_PR = "r80"
 
 KERNEL_IMAGETYPE = "uImage"
 
diff --git a/recipes/linux/linux-omap-psp-2.6.32/beagleboard/configs/cpuidle b/recipes/linux/linux-omap-psp-2.6.32/beagleboard/configs/cpuidle
index c46702e..8b44e79 100644
--- a/recipes/linux/linux-omap-psp-2.6.32/beagleboard/configs/cpuidle
+++ b/recipes/linux/linux-omap-psp-2.6.32/beagleboard/configs/cpuidle
@@ -1738,7 +1738,7 @@ CONFIG_VIDEO_WM8775=m
 CONFIG_VIDEO_MT9V011=m
 # CONFIG_VIDEO_TCM825X is not set
 CONFIG_VIDEO_MT9P012=m
-CONFIG_VIDEO_MT9T111=m
+# CONFIG_VIDEO_MT9T111 is not set
 # CONFIG_VIDEO_DW9710 is not set
 # CONFIG_VIDEO_OV3640 is not set
 # CONFIG_VIDEO_IMX046 is not set
diff --git a/recipes/linux/linux-omap-psp-2.6.32/beagleboard/defconfig b/recipes/linux/linux-omap-psp-2.6.32/beagleboard/defconfig
index 4ace024..0841f48 100644
--- a/recipes/linux/linux-omap-psp-2.6.32/beagleboard/defconfig
+++ b/recipes/linux/linux-omap-psp-2.6.32/beagleboard/defconfig
@@ -1737,7 +1737,7 @@ CONFIG_VIDEO_WM8775=m
 CONFIG_VIDEO_MT9V011=m
 # CONFIG_VIDEO_TCM825X is not set
 CONFIG_VIDEO_MT9P012=m
-CONFIG_VIDEO_MT9T111=m
+# CONFIG_VIDEO_MT9T111 is not set
 # CONFIG_VIDEO_DW9710 is not set
 # CONFIG_VIDEO_OV3640 is not set
 # CONFIG_VIDEO_IMX046 is not set





More information about the Openembedded-commits mailing list