diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-23 12:14:41 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-23 12:14:41 +0200 |
commit | 2747c78c7c545a1188cfb255603f20e8ebf67475 (patch) | |
tree | 9f5492fd8f62635d53bc9683c0318123b6f2907f /conf/machine | |
parent | 520b3470cbc3ff3005833e29ade04a7af2d73e22 (diff) |
linux-omap 2.6.29: add more dss2 patches, should solve problems when using u-boot splash
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 fc801aa2a7..5d6d9ffbff 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 = "r30" +MACHINE_KERNEL_PR = "r31" KERNEL_IMAGETYPE = "uImage" |