diff options
author | Koen Kooi <koen@openembedded.org> | 2010-06-27 12:09:16 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-06-27 12:09:16 +0200 |
commit | a3c570542945b70b7fe54fe67ea45f0d59ac4d33 (patch) | |
tree | 590f81745147407f5dd1b6f7108e59e913f93337 /conf/machine/include | |
parent | e129fb5443f69eb1f0697347acc8ac7fcc862777 (diff) |
linux-omap-psp 2.6.32: disable mt9t111 module, it causes non-xM boards to hang at boot
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/omap3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index e40cfe7ae2..059a8eac4c 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" |