[Armadeus-commitlog] armadeus branch, master, updated. latestrelease-157-gea40141
Brought to you by:
sszy
|
From: Nicolas <th...@us...> - 2009-11-20 17:08:52
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via ea401419e5cff42bf2ee9243e4a63e2c8ce3aa9c (commit)
from b1a0f554e835b94428d8b7edf7ad71aab26ea1f2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ea401419e5cff42bf2ee9243e4a63e2c8ce3aa9c
Author: nicolas colombain <nic...@ar...>
Date: Fri Nov 20 18:08:13 2009 +0100
[LINUX] fix ad9889 video output format bug
-----------------------------------------------------------------------
Summary of changes:
.../2.6.29/281-apf27-armadeus-add_apf27.c.patch | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/281-apf27-armadeus-add_apf27.c.patch b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/281-apf27-armadeus-add_apf27.c.patch
index 0e24515..a470202 100644
--- a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/281-apf27-armadeus-add_apf27.c.patch
+++ b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.29/281-apf27-armadeus-add_apf27.c.patch
@@ -752,7 +752,7 @@ Index: linux-2.6.29.6/arch/arm/mach-mx2/apf27-dev.c
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ linux-2.6.29.6/arch/arm/mach-mx2/apf27-dev.c 2009-11-15 19:50:35.000000000 +0100
-@@ -0,0 +1,976 @@
+@@ -0,0 +1,978 @@
+ /*
+ * apf27-dev.c
+ * Support for AFP27 module's development baseboard
@@ -937,6 +937,8 @@ Index: linux-2.6.29.6/arch/arm/mach-mx2/apf27-dev.c
+ /* set new FB params */
+ temp_var.xres = 640;
+ temp_var.yres = 480;
++ temp_var.xres_virtual = 640;
++ temp_var.yres_virtual = 480;
+ temp_var.pixclock = 37538;
+ temp_var.left_margin = 47;
+ temp_var.right_margin = 47; /* at least 3 & 1 */
hooks/post-receive
--
armadeus
|