[Armadeus-commitlog] SF.net SVN: armadeus:[936] trunk/buildroot/target/device/armadeus/linux/ kern
Brought to you by:
sszy
|
From: <ar...@us...> - 2008-12-08 14:23:26
|
Revision: 936
http://armadeus.svn.sourceforge.net/armadeus/?rev=936&view=rev
Author: artemys
Date: 2008-12-08 14:23:25 +0000 (Mon, 08 Dec 2008)
Log Message:
-----------
[LINUX] Updates Linux 2.6.23.1 APF9328 default MTD map to handle new FLASH partitionning
Modified Paths:
--------------
trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/linux-2.6.23.1-022-apf9328-mtd.patch
Modified: trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/linux-2.6.23.1-022-apf9328-mtd.patch
===================================================================
--- trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/linux-2.6.23.1-022-apf9328-mtd.patch 2008-12-08 13:25:52 UTC (rev 935)
+++ trunk/buildroot/target/device/armadeus/linux/kernel-patches/2.6.23.1/linux-2.6.23.1-022-apf9328-mtd.patch 2008-12-08 14:23:25 UTC (rev 936)
@@ -1,6 +1,6 @@
--- linux-org/drivers/mtd/maps/apf9328.c 1970-01-01 01:00:00.000000000 +0100
+++ linux-imx/drivers/mtd/maps/apf9328.c 2006-10-01 14:29:08.000000000 +0200
-@@ -0,0 +1,140 @@
+@@ -0,0 +1,144 @@
+/*
+ * $Id: drivers/mtd/maps/apf9328.c, v1.0
+ *
@@ -60,17 +60,21 @@
+ .offset = 0x00060000,
+ },{
+ .name = "Kernel",
-+ .size = 0x00100000, // 1M
++ .size = 0x00200000, // 2M
+ .offset = 0x000a0000,
+ },{
+ .name = "Rootfs",
-+ .size = 0x00600000, // 6M
-+ .offset = 0x001a0000,
-+ },{
++#ifdef CONFIG_IMX_APF9328_FLASH_8MB
++ .size = 0x00560000, // 5,5M
++#else
++ .size = 0x00c60000, // 13,5M
++#endif
++ .offset = 0x002a0000,
++ }, /*{
+ .name = "Userfs",
+ .size = MTDPART_SIZ_FULL,
+ .offset = 0x007a0000
-+ }
++ }*/
+};
+
+static struct mtd_info *mymtds;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|