diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-30 21:50:22 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-30 21:50:22 +0200 |
commit | 9628f84b91574ba4c1f968ae49d8cbca3544f01c (patch) | |
tree | 25bc357493617a7c402fbc11d6c091f155e9ebc1 /conf/machine/include/omap3.inc | |
parent | 378be0dcdc32126268b05329b980dd574d695fe9 (diff) |
linux-omap 2.6.29: add support for mmc1 on expansion connector
Diffstat (limited to 'conf/machine/include/omap3.inc')
-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 8e90453d4c..97327f0db7 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -1,7 +1,7 @@ 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 = "r37" +MACHINE_KERNEL_PR = "r38" KERNEL_IMAGETYPE = "uImage" |