mtd/drivers/mtd/maps sa1100-flash.c,1.28,1.29
abz at infradead.org
abz at infradead.org
Fri Sep 6 10:36:21 EDT 2002
- Previous message: mtd/fs/jffs2 scan.c,1.87,1.88 nodemgmt.c,1.75,1.76
- Next message: mtd/fs/jffs2 gc.c,1.83,1.84 nodelist.c,1.60,1.61 nodelist.h,1.82,1.83 nodemgmt.c,1.76,1.77 readinode.c,1.89,1.90 scan.c,1.88,1.89 write.c,1.58,1.59
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv7311
Modified Files:
sa1100-flash.c
Log Message:
Changed Flash partition layout for Frodo
Index: sa1100-flash.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/sa1100-flash.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- sa1100-flash.c 7 May 2002 13:48:38 -0000 1.28
+++ sa1100-flash.c 6 Sep 2002 14:36:19 -0000 1.29
@@ -393,27 +393,23 @@
static struct mtd_partition frodo_partitions[] =
{
{
- name: "bootloader",
+ name: "Boot Loader",
size: 0x00040000,
- offset: 0x00000000,
- mask_flags: MTD_WRITEABLE
+ offset: 0x00000000
}, {
- name: "bootloader params",
+ name: "Parameter Block",
size: 0x00040000,
- offset: MTDPART_OFS_APPEND,
- mask_flags: MTD_WRITEABLE
+ offset: MTDPART_OFS_APPEND
}, {
- name: "kernel",
+ name: "Linux Kernel",
size: 0x00100000,
- offset: MTDPART_OFS_APPEND,
- mask_flags: MTD_WRITEABLE
+ offset: MTDPART_OFS_APPEND
}, {
- name: "ramdisk",
- size: 0x00400000,
- offset: MTDPART_OFS_APPEND,
- mask_flags: MTD_WRITEABLE
+ name: "Ramdisk",
+ size: 0x00680000,
+ offset: MTDPART_OFS_APPEND
}, {
- name: "file system",
+ name: "Flash File System",
size: MTDPART_SIZ_FULL,
offset: MTDPART_OFS_APPEND
}
- Previous message: mtd/fs/jffs2 scan.c,1.87,1.88 nodemgmt.c,1.75,1.76
- Next message: mtd/fs/jffs2 gc.c,1.83,1.84 nodelist.c,1.60,1.61 nodelist.h,1.82,1.83 nodemgmt.c,1.76,1.77 readinode.c,1.89,1.90 scan.c,1.88,1.89 write.c,1.58,1.59
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list