[MTD] Remove Ocelot G support from DiskOnChip drivers.
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Wed, 11 Jul 2007 02:36:56 +0000 (11:36 +0900)
committerDavid Woodhouse <dwmw2@infradead.org>
Wed, 11 Jul 2007 13:56:54 +0000 (14:56 +0100)
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@tripeaks.co.jp>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/devices/docprobe.c
drivers/mtd/nand/diskonchip.c

index b96ac8e..d574916 100644 (file)
@@ -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
index 17c8680..5f3049a 100644 (file)
@@ -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