diff options
author | Raffaele Recalcati <lamiaposta71@gmail.com> | 2009-04-07 12:23:07 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-07 12:23:07 +0200 |
commit | e7f45a4a42650380405c2eefca76d72068d8e2b0 (patch) | |
tree | ae18ced9091de5b571d9fb37c372c53dabba7c90 /conf/machine | |
parent | a28b6666534215705d87da221860f6e199fffa44 (diff) |
linux-omap: add modeline for 720p60 to .28 and .29
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/omap3.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index a0ec5fdda4..8d1eb899de 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -1,6 +1,7 @@ require conf/machine/include/tune-cortexa8.inc PREFERRED_PROVIDER_virtual/kernel = "linux-omap" -MACHINE_KERNEL_PR = "r22" +# Increase this everytime you change something in the kernel +MACHINE_KERNEL_PR = "r23" KERNEL_IMAGETYPE = "uImage" |