Browse Source

[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@tripeaks.co.jp>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Yoichi Yuasa 18 years ago
parent
commit
a2e96b627b
2 changed files with 0 additions and 4 deletions
  1. 0 2
      drivers/mtd/devices/docprobe.c
  2. 0 2
      drivers/mtd/nand/diskonchip.c

+ 0 - 2
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

+ 0 - 2
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