diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-16 16:06:44 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-16 16:06:44 +0200 |
commit | 2dff7b788dc52c5da3fd2c5863dfad857a7d1710 (patch) | |
tree | 3d886c3668bef111888bcef19e02810818c85101 /conf/machine | |
parent | aa55a8abaf9adebea97408b95abbe5849b1f9411 (diff) |
linux-omap 2.6.29: update support for the ISP resizer
Diffstat (limited to 'conf/machine')
-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 ea395b441b..9c3c8f59e1 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 = "r39" +MACHINE_KERNEL_PR = "r40" KERNEL_IMAGETYPE = "uImage" |