[MTD] Remove Ocelot G support from DiskOnChip drivers.
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Wed Jul 11 09:59:02 EDT 2007
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=a2e96b627b58efe2d618a415f34b9b9d9f829bd6
Commit: a2e96b627b58efe2d618a415f34b9b9d9f829bd6
Parent: db1b39d8b860e3716620c225bc86e0ec41764e34
Author: Yoichi Yuasa <yoichi_yuasa at tripeaks.co.jp>
AuthorDate: Wed Jul 11 11:36:56 2007 +0900
Committer: David Woodhouse <dwmw2 at infradead.org>
CommitDate: Wed Jul 11 14:56:54 2007 +0100
[MTD] Remove Ocelot G support from DiskOnChip drivers.
This patch has removed Ocelot G support from MTD.
Ocelot G support has already removed since May 2007.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa at tripeaks.co.jp>
Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
---
drivers/mtd/devices/docprobe.c | 2 --
drivers/mtd/nand/diskonchip.c | 2 --
2 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/drivers/mtd/devices/docprobe.c b/drivers/mtd/devices/docprobe.c
index b96ac8e..d574916 100644
--- a/drivers/mtd/devices/docprobe.c
+++ b/drivers/mtd/devices/docprobe.c
@@ -84,8 +84,6 @@ static unsigned long __initdata doc_locations[] = {
#elif defined(CONFIG_MOMENCO_OCELOT)
0x2f000000,
0xff000000,
-#elif defined(CONFIG_MOMENCO_OCELOT_G)
- 0xff000000,
##else
#warning Unknown architecture for DiskOnChip. No default probe locations defined
#endif
diff --git a/drivers/mtd/nand/diskonchip.c b/drivers/mtd/nand/diskonchip.c
index 17c8680..5f3049a 100644
--- a/drivers/mtd/nand/diskonchip.c
+++ b/drivers/mtd/nand/diskonchip.c
@@ -59,8 +59,6 @@ static unsigned long __initdata doc_locations[] = {
#elif defined(CONFIG_MOMENCO_OCELOT)
0x2f000000,
0xff000000,
-#elif defined(CONFIG_MOMENCO_OCELOT_G)
- 0xff000000,
#else
#warning Unknown architecture for DiskOnChip. No default probe locations defined
#endif
More information about the linux-mtd-cvs
mailing list