patch-2.4.21 linux-2.4.21/drivers/mtd/maps/sa1100-flash.c
Next file: linux-2.4.21/drivers/mtd/maps/sbc_gxx.c
Previous file: linux-2.4.21/drivers/mtd/maps/redwood.c
Back to the patch index
Back to the overall index
- Lines: 70
- Date:
2003-06-13 07:51:34.000000000 -0700
- Orig file:
linux-2.4.20/drivers/mtd/maps/sa1100-flash.c
- Orig date:
2002-08-02 17:39:44.000000000 -0700
diff -urN linux-2.4.20/drivers/mtd/maps/sa1100-flash.c linux-2.4.21/drivers/mtd/maps/sa1100-flash.c
@@ -3,7 +3,7 @@
*
* (C) 2000 Nicolas Pitre <nico@cam.org>
*
- * $Id: sa1100-flash.c,v 1.26 2002/03/13 16:30:44 rmk Exp $
+ * $Id: sa1100-flash.c,v 1.29 2002/09/06 14:36:19 abz Exp $
*/
#include <linux/config.h>
@@ -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
}
@@ -848,6 +844,7 @@
sa1100_map.size = FRODO_FLASH_SIZE;
base = 0x00000000;
}
+#endif
#ifdef CONFIG_SA1100_GRAPHICSCLIENT
if (machine_is_graphicsclient()) {
parts = graphicsclient_partitions;
@@ -975,11 +972,11 @@
}
}
#endif
-#ifdef CONFIG_MTD_BOOTLDR_PARTS
+#ifdef CONFIG_MTD_CMDLINE_PARTS
if (parsed_nr_parts == 0) {
- int ret = parse_bootldr_partitions(mymtd, &parsed_parts);
+ int ret = parse_cmdline_partitions(mymtd, &parsed_parts, "sa1100");
if (ret > 0) {
- part_type = "Compaq bootldr";
+ part_type = "Command Line";
parsed_nr_parts = ret;
}
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)