aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-09-10 08:58:20 +0200
committerKoen Kooi <koen@openembedded.org>2010-09-10 08:58:20 +0200
commit5a7d77d927a934a6c8ce0cb6fb552f679f34877a (patch)
tree127c4338b41562e153b465d21431044b775836e1 /conf/machine
parente2715ccb6846f77e63fd4701f0886f2c0011e057 (diff)
downloadopenembedded-5a7d77d927a934a6c8ce0cb6fb552f679f34877a.tar.gz
linux-omap-psp 2.6.32: OMAP: DSS2: OMAPFB: swap front and back porches for both hsync and vsync
Framebuffer's left and right margins are relative to the active pixel area. Front and back porches are relative to the sync area. Left margin was wrongly assigned to front porch (and right to back), this patch fixes it.
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/omap3.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index 1052296d8a..60ec0ff42a 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 = "r88"
+MACHINE_KERNEL_PR = "r89"
KERNEL_IMAGETYPE = "uImage"