diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-07 09:46:06 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-07 09:46:06 +0200 |
commit | fbf22c52a21c8f423d8c6683155be9248f21b31a (patch) | |
tree | 020f6d216374fd1826b15c0345676a1ef8bea269 /conf | |
parent | 55dc76064537bdd27a8b6a538d0a0f49ea2dfc8c (diff) |
linux-omap 2.6.29: add patches to fix some bugs in the display driver, XV now works again
Diffstat (limited to 'conf')
-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 4e95fb15e4..a0ec5fdda4 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -1,6 +1,6 @@ require conf/machine/include/tune-cortexa8.inc PREFERRED_PROVIDER_virtual/kernel = "linux-omap" -MACHINE_KERNEL_PR = "r21" +MACHINE_KERNEL_PR = "r22" KERNEL_IMAGETYPE = "uImage" |