mtd/drivers/mtd/maps Kconfig, 1.47, 1.48 Makefile.common, 1.27, 1.28 chestnut.c, 1.1, NONE

joern at infradead.org joern at infradead.org
Thu Mar 17 09:16:15 EST 2005


Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/home/joern/mtd/drivers/mtd/maps

Modified Files:
	Kconfig Makefile.common 
Removed Files:
	chestnut.c 
Log Message:
Remove Chestnut mtd map file.

The chestnut now sets up its MTD map from its platform-specific file so
the map file drivers/mtd/maps/chestnut.c is no longer needed.  This
patch removes the file & the Kconfig/Makefile hooks.

Signed-off-by: Mark A. Greer <mgreer at mvista.com>
Signed-off-by: Jörn Engel <joern at wohnheim.fh-wedel.de>



Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Kconfig,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- Kconfig	7 Mar 2005 23:15:47 -0000	1.47
+++ Kconfig	17 Mar 2005 14:16:13 -0000	1.48
@@ -418,14 +418,6 @@
 	  Redwood board. If you have one of these boards and would like to
 	  use the flash chips on it, say 'Y'.
 
-config MTD_CHESTNUT
-	tristate "CFI Flash devices mapped on IBM 750FX or IBM 750GX Eval Boards"
-	depends on MTD_CFI && PPC32 && CHESTNUT && MTD_PARTITIONS
-	help
-	  This enables access routines for the flash chips on the IBM
-	  750FX and 750GX Eval Boards. If you have one of these boards and
-	  would like to use the flash chips on it, say 'Y'
-
 config MTD_CSTM_MIPS_IXX
 	tristate "Flash chip mapping on ITE QED-4N-S01B, Globespan IVR or custom board"
 	depends on MIPS && MTD_CFI && MTD_JEDECPROBE && MTD_PARTITIONS

Index: Makefile.common
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/Makefile.common,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- Makefile.common	7 Mar 2005 23:15:48 -0000	1.27
+++ Makefile.common	17 Mar 2005 14:16:13 -0000	1.28
@@ -51,7 +51,6 @@
 obj-$(CONFIG_MTD_IMPA7)		+= impa7.o
 obj-$(CONFIG_MTD_FORTUNET)	+= fortunet.o
 obj-$(CONFIG_MTD_REDWOOD)	+= redwood.o
-obj-$(CONFIG_MTD_CHESTNUT)	+= chestnut.o
 obj-$(CONFIG_MTD_UCLINUX)	+= uclinux.o
 obj-$(CONFIG_MTD_NETtel)	+= nettel.o
 obj-$(CONFIG_MTD_SCB2_FLASH)	+= scb2_flash.o

--- chestnut.c DELETED ---





More information about the linux-mtd-cvs mailing list