[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[microblaze-uclinux] [patch] suzaku mtd



Hi John,

here is a patch and a file for suzaku mtd driver.

please apply.

thanks,
--
          yashi


Index: maps/Config.in
===================================================================
RCS file: /var/cvs/uClinux-2.4.x/drivers/mtd/maps/Config.in,v
retrieving revision 1.23
diff -u -r1.23 Config.in
--- maps/Config.in	2004/04/01 13:01:35	1.23
+++ maps/Config.in	2004/04/09 06:13:36
@@ -39,6 +39,9 @@
               6MB  CONFIG_FLASH6MB \
               8MB  CONFIG_FLASH8MB " AUTO
 fi
+
+dep_tristate '  CFI Flash device mapped on Microblaze/SUZAKU (uClinux)' CONFIG_MTD_SUZAKU $CONFIG_MICROBLAZE $CONFIG_SUZAKU $CONFIG_MTD_PARTITIONS
+
 dep_tristate '  CFI Flash device mapped on Key Technology devices' CONFIG_MTD_KeyTechnology $CONFIG_UCLINUX $CONFIG_MTD_PARTITIONS
 if [ "$CONFIG_SPARC" = "y" -o "$CONFIG_SPARC64" = "y" ]; then
    dep_tristate '  Sun Microsystems userflash support' CONFIG_MTD_SUN_UFLASH $CONFIG_MTD_CFI
Index: maps/Makefile
===================================================================
RCS file: /var/cvs/uClinux-2.4.x/drivers/mtd/maps/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- maps/Makefile	2004/04/01 13:01:35	1.22
+++ maps/Makefile	2004/04/09 06:13:37
@@ -77,6 +77,7 @@
 obj-$(CONFIG_MTD_MBVANILLA)	+= mbvanilla-flash.o
 obj-$(CONFIG_MTD_BLACKFIN_533)	+= bf533-flash.o
 obj-$(CONFIG_MTD_COBRA5282)	+= cobra5282.o
+obj-$(CONFIG_MTD_SUZAKU)	+= suzaku.o
 
 include $(TOPDIR)/Rules.make
 

Attachment: suzaku.c
Description: Binary data