Author: titmuss
Date: Wed Sep 3 03:49:27 2008
New Revision: 2893
URL: http://svn.slimdevices.com?rev=2893&root=Jive&view=rev
Log:
Bug: N/A
Description:
Correct mtd partition name, jffs2 has always been used in production.
Modified:
7.3/trunk/squeezeos/src/s3c2412/linux-2.6.22/arch/arm/mach-s3c2412/mach-jive.c
Modified:
7.3/trunk/squeezeos/src/s3c2412/linux-2.6.22/arch/arm/mach-s3c2412/mach-jive.c
URL:
http://svn.slimdevices.com/7.3/trunk/squeezeos/src/s3c2412/linux-2.6.22/arch/arm/mach-s3c2412/mach-jive.c?rev=2893&root=Jive&r1=2892&r2=2893&view=diff
==============================================================================
---
7.3/trunk/squeezeos/src/s3c2412/linux-2.6.22/arch/arm/mach-s3c2412/mach-jive.c
(original)
+++
7.3/trunk/squeezeos/src/s3c2412/linux-2.6.22/arch/arm/mach-s3c2412/mach-jive.c
Wed Sep 3 03:49:27 2008
@@ -101,7 +101,7 @@
* 0x00200000-0x01600000 : cramfs A
* 0x01600000-0x017d0000 : zimage B
* 0x017d0000-0x02bd0000 : cramfs B
- * 0x02c00000-0x04000000 : yaffs
+ * 0x02c00000-0x04000000 : jffs2
*/
static struct mtd_partition jive_imageA_nand_part[] = {
@@ -130,9 +130,9 @@
.mask_flags = MTD_WRITEABLE, /* force read-only */
},
- /* yaffs */
- {
- .name = "yaffs",
+ /* jffs2 */
+ {
+ .name = "jffs2",
.offset = (44*SZ_1M),
.size = (20*SZ_1M),
},
@@ -185,9 +185,9 @@
.mask_flags = MTD_WRITEABLE, /* force read-only */
},
- /* yaffs */
- {
- .name = "yaffs",
+ /* jffs2 */
+ {
+ .name = "jffs2",
.offset = (44*SZ_1M),
.size = (20*SZ_1M),
},
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins