diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-03-08 14:55:02 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:23 +0200 |
commit | 048ed8cbb239afc3fc04f533e37de4f6ed752c44 (patch) | |
tree | 46013af2d437e46f5fe6f0d526c0c8a2bbfeb388 /conf | |
parent | 6bc9d07c67b49ddf60edff8c94cc3c223413abef (diff) |
linux-omap-psp 2.6.32: add patch to add a proper 720p60 mode to modedb.c
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 ecc15224d0..8db0bee1e7 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -3,7 +3,7 @@ SOC_FAMILY = "omap3" 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 = "r63" +MACHINE_KERNEL_PR = "r64" KERNEL_IMAGETYPE = "uImage" |