[Armadeus-commitlog] SF.net SVN: armadeus:[840] trunk/buildroot/target/device/armadeus/linux/ kerne
Brought to you by:
sszy
|
From: <ar...@us...> - 2008-07-21 08:51:23
|
Revision: 840
http://armadeus.svn.sourceforge.net/armadeus/?rev=840&view=rev
Author: artemys
Date: 2008-07-21 08:50:52 +0000 (Mon, 21 Jul 2008)
Log Message:
-----------
[LINUX] patches splitting continues...
Modified Paths:
--------------
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/024-apf9328-add-board-to-linux-build-system.diff
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-20 12:41:02 UTC (rev 839)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/021-linux-2.6.23.1-apf9328.diff 2008-07-21 08:50:52 UTC (rev 840)
@@ -826,14 +826,3 @@
+#define CLK32 32768
+
+#endif // __ASM_ARCH_APF9328_H
---- ref/linux-2.6.23.1/include/asm-arm/arch-imx/hardware.h 2006-10-12 22:37:14.000000000 +0200
-+++ linux-2.6.23.1/include/asm-arm/arch-imx/hardware.h 2006-10-07 20:09:07.000000000 +0200
-@@ -104,4 +104,8 @@ extern unsigned int imx_get_usb_clk(void
- #include "scb9328.h"
- #endif
-
-+#ifdef CONFIG_MACH_APF9328
-+#include "apf9328.h"
-+#endif
-+
- #endif
Modified: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/024-apf9328-add-board-to-linux-build-system.diff
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/024-apf9328-add-board-to-linux-build-system.diff 2008-07-20 12:41:02 UTC (rev 839)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/024-apf9328-add-board-to-linux-build-system.diff 2008-07-21 08:50:52 UTC (rev 840)
@@ -1,3 +1,14 @@
+--- linux-2.6.23.1/include/asm-arm/arch-imx/hardware.h 2006-10-12 22:37:14.000000000 +0200
++++ linux-2.6.23.1.mod/include/asm-arm/arch-imx/hardware.h 2006-10-07 20:09:07.000000000 +0200
+@@ -104,4 +104,8 @@ extern unsigned int imx_get_usb_clk(void
+ #include "scb9328.h"
+ #endif
+
++#ifdef CONFIG_MACH_APF9328
++#include "apf9328.h"
++#endif
++
+ #endif
--- linux-2.6.23.1/arch/arm/mach-imx/Kconfig 2006-10-12 22:37:14.000000000 +0200
+++ linux-2.6.23.1.mod/arch/arm/mach-imx/Kconfig 2006-10-07 20:09:07.000000000 +0200
@@ -1,6 +1,10 @@
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|