[Armadeus-commitlog] SF.net SVN: armadeus:[856] trunk
Brought to you by:
sszy
|
From: <ar...@us...> - 2008-07-25 15:39:10
|
Revision: 856
http://armadeus.svn.sourceforge.net/armadeus/?rev=856&view=rev
Author: artemys
Date: 2008-07-25 15:39:19 +0000 (Fri, 25 Jul 2008)
Log Message:
-----------
[LINUX] remove warning in apf9328_lcd_config.h compilation
Modified Paths:
--------------
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/021-linux-2.6.23.1-apf9328.diff
trunk/target/linux/arch/arm/mach-imx/apf9328_lcd_config.h
Modified: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/021-linux-2.6.23.1-apf9328.diff
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/021-linux-2.6.23.1-apf9328.diff 2008-07-25 15:10:43 UTC (rev 855)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/021-linux-2.6.23.1-apf9328.diff 2008-07-25 15:39:19 UTC (rev 856)
@@ -2,7 +2,7 @@
DON'T EDIT IT OR YOUR MODIFICATIONS WILL BE LOST
(Take a look at armadeus/target/linux/ directory to know how to generate it)
--- linux-2.6.23.1.original/arch/arm/mach-imx/apf9328.c 1970-01-01 01:00:00.000000000 +0100
-+++ linux-2.6.23.1.mod/arch/arm/mach-imx/apf9328.c 2008-07-25 16:13:51.000000000 +0200
++++ linux-2.6.23.1.mod/arch/arm/mach-imx/apf9328.c 2008-07-25 17:36:46.000000000 +0200
@@ -0,0 +1,558 @@
+/*
+ * linux/arch/arm/mach-imx/apf9328.c
@@ -566,7 +566,7 @@
DON'T EDIT IT OR YOUR MODIFICATIONS WILL BE LOST
(Take a look at armadeus/target/linux/ directory to know how to generate it)
--- linux-2.6.23.1.original/arch/arm/mach-imx/apf9328_lcd_config.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux-2.6.23.1.mod/arch/arm/mach-imx/apf9328_lcd_config.h 2008-07-25 16:17:40.000000000 +0200
++++ linux-2.6.23.1.mod/arch/arm/mach-imx/apf9328_lcd_config.h 2008-07-25 17:36:46.000000000 +0200
@@ -0,0 +1,200 @@
+/*
+ *
@@ -605,7 +605,7 @@
+ DR(LCD_PORT) |= (1 << OPTREX_F51900_POWER_DOWN);
+ else
+ DR(LCD_PORT) &= ~(1 << OPTREX_F51900_POWER_DOWN);
-+#elif CONFIG_FB_IMX_MICROTIPS_MTF_T035_TFT
++//#elif CONFIG_FB_IMX_MICROTIPS_MTF_T035_TFT
+ // No LCD powerdown yet
+#elif CONFIG_FB_IMX_SHARP_LQ043_TFT
+ if(on) {
@@ -772,7 +772,7 @@
DON'T EDIT IT OR YOUR MODIFICATIONS WILL BE LOST
(Take a look at armadeus/target/linux/ directory to know how to generate it)
--- linux-2.6.23.1.original/include/asm-arm/arch-imx/apf9328.h 1970-01-01 01:00:00.000000000 +0100
-+++ linux-2.6.23.1.mod/include/asm-arm/arch-imx/apf9328.h 2008-07-25 16:13:51.000000000 +0200
++++ linux-2.6.23.1.mod/include/asm-arm/arch-imx/apf9328.h 2008-07-25 17:36:46.000000000 +0200
@@ -0,0 +1,54 @@
+/*
+ * linux/include/asm-arm/arch-imx/apf9328.h
Modified: trunk/target/linux/arch/arm/mach-imx/apf9328_lcd_config.h
===================================================================
--- trunk/target/linux/arch/arm/mach-imx/apf9328_lcd_config.h 2008-07-25 15:10:43 UTC (rev 855)
+++ trunk/target/linux/arch/arm/mach-imx/apf9328_lcd_config.h 2008-07-25 15:39:19 UTC (rev 856)
@@ -35,7 +35,7 @@
DR(LCD_PORT) |= (1 << OPTREX_F51900_POWER_DOWN);
else
DR(LCD_PORT) &= ~(1 << OPTREX_F51900_POWER_DOWN);
-#elif CONFIG_FB_IMX_MICROTIPS_MTF_T035_TFT
+//#elif CONFIG_FB_IMX_MICROTIPS_MTF_T035_TFT
// No LCD powerdown yet
#elif CONFIG_FB_IMX_SHARP_LQ043_TFT
if(on) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|