mtd/drivers/mtd/maps Config.in,1.31,1.32 Makefile,1.24,1.25

ahennessy at infradead.org ahennessy at infradead.org
Thu May 2 19:20:59 EDT 2002


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

Modified Files:
	Config.in Makefile 
Log Message:
Added redwood.c mapping file for the CFI flash on the IBM Redwood-4/5.


Index: Config.in
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Config.in,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- Config.in	30 Apr 2002 15:11:47 -0000	1.31
+++ Config.in	2 May 2002 23:20:57 -0000	1.32
@@ -41,6 +41,7 @@
    dep_tristate '  System flash on MBX860 board' CONFIG_MTD_MBX860 $CONFIG_MTD_CFI
    dep_tristate '  CFI Flash device mapped on D-Box2' CONFIG_MTD_DBOX2 $CONFIG_MTD_CFI
    dep_tristate '  CFI Flash device mapping on FlagaDM' CONFIG_MTD_CFI_FLAGADM $CONFIG_MTD_CFI
+   dep_tristate '  CFI Flash device mapped on IBM Redwood-4/5' CONFIG_MTD_REDWOOD $CONFIG_MTD_CFI
 fi
 
 if [ "$CONFIG_MIPS" = "y" ]; then

Index: Makefile
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Makefile,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- Makefile	30 Apr 2002 15:11:47 -0000	1.24
+++ Makefile	2 May 2002 23:20:57 -0000	1.25
@@ -42,5 +42,6 @@
 obj-$(CONFIG_MTD_AUTCPU12)      += autcpu12-nvram.o
 obj-$(CONFIG_MTD_EDB7312)       += edb7312.o
 obj-$(CONFIG_MTD_IMPA7)         += impa7.o
+obj-$(CONFIG_MTD_REDWOOD)       += redwood.o
 
 include $(TOPDIR)/Rules.make





More information about the linux-mtd-cvs mailing list