mtd/drivers/mtd/maps redwood.c,1.6,1.7

trini at infradead.org trini at infradead.org
Fri Nov 21 18:09:55 EST 2003


Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv25155

Modified Files:
	redwood.c 
Log Message:
- Swap the names of the Redwood6 mtd "filesystem" and "kernel"
  partitions.  The OpenBIOS firmware on the board writes a kernel
  image to mtd partition 2.  The current code names partition 2 the
  "Redwood filesystem" partition, which is confusing.
- Replace Armin Kuster with MontaVista Software <source at mvista.com> and
  update years on copyright.


Index: redwood.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/redwood.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- redwood.c	21 May 2003 12:45:19 -0000	1.6
+++ redwood.c	21 Nov 2003 23:09:52 -0000	1.7
@@ -5,10 +5,9 @@
  *
  * FLASH map for the IBM Redwood 4/5/6 boards.
  *
+ * Author: MontaVista Software, Inc. <source at mvista.com>
  *
- * Author: Armin Kuster <akuster at mvista.com>
- *
- * 2001-2002 (c) MontaVista, Software, Inc. This file is licensed under
+ * 2001-2003 (c) MontaVista, Software, Inc. This file is licensed under
  * the terms of the GNU General Public License version 2. This program
  * is licensed "as is" without any warranty of any kind, whether express
  * or implied.
@@ -89,7 +88,7 @@
 
 static struct mtd_partition redwood_flash_partitions[] = {
 	{
-		.name = "Redwood kernel",
+		.name = "Redwood filesystem",
 		.offset = RW_PART0_OF,
 		.size = RW_PART0_SZ
 	},
@@ -100,7 +99,7 @@
 		.mask_flags = MTD_WRITEABLE	/* force read-only */
 	},
 	{
-		.name = "Redwood filesystem",
+		.name = "Redwood kernel",
 		.offset = RW_PART2_OF,
 		.size = RW_PART2_SZ
 	},
@@ -167,5 +166,5 @@
 module_exit(cleanup_redwood_flash);
 
 MODULE_LICENSE("GPL");
-MODULE_AUTHOR("Armin Kuster <akuster at mvista.com>");
+MODULE_AUTHOR("MontaVista Software <source at mvista.com>");
 MODULE_DESCRIPTION("MTD map driver for the IBM Redwood reference boards");




More information about the linux-mtd-cvs mailing list