mtd/drivers/mtd/onenand Kconfig, 1.5, 1.6 Makefile.common, 1.4, 1.5 omap-onenand.c, 1.3, NONE

kyungmin.park at samsung.com kyungmin.park at samsung.com
Fri Sep 9 02:43:16 EDT 2005


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

Modified Files:
	Kconfig Makefile.common 
Removed Files:
	omap-onenand.c 
Log Message:
OneNAND: Remove OMAP platform driver

Now we can use generic driver


Index: Kconfig
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/onenand/Kconfig,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Kconfig	9 Sep 2005 06:39:46 -0000	1.5
+++ Kconfig	9 Sep 2005 06:43:12 -0000	1.6
@@ -30,12 +30,6 @@
 	  Support for OneNAND flash on generic board. Using device driver
 	  framework, now all most platfrom are support.
 
-config MTD_ONENAND_OMAP
-	tristate "OneNAND Flash device on OMAP board"
-	depends on ARCH_OMAP && MTD_ONENAND
-	help
-	  Support for OneNAND flash on TI OMAP board.
-
 config MTD_ONENAND_SYNC_READ
 	bool "OneNAND Sync. Burst Read Support"
 	depends on ARCH_OMAP

Index: Makefile.common
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/onenand/Makefile.common,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile.common	9 Sep 2005 06:39:46 -0000	1.4
+++ Makefile.common	9 Sep 2005 06:43:12 -0000	1.5
@@ -7,7 +7,6 @@
 
 # Board specific.
 obj-$(CONFIG_MTD_ONENAND_GENERIC)	+= generic.o
-obj-$(CONFIG_MTD_ONENAND_OMAP)		+= omap-onenand.o
 
 # Simulator
 obj-$(CONFIG_MTD_ONENAND_SIM)		+= onenand_sim.o

--- omap-onenand.c DELETED ---





More information about the linux-mtd-cvs mailing list