[PATCH] MTD: remove Ocelot G support
Yoichi Yuasa
yoichi_yuasa at tripeaks.co.jp
Tue Jul 10 22:36:56 EDT 2007
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>
---
diff -pruN -X generic/Documentation/dontdiff generic-orig/drivers/mtd/devices/docprobe.c generic/drivers/mtd/devices/docprobe.c
--- generic-orig/drivers/mtd/devices/docprobe.c 2007-07-11 10:56:21.860678500 +0900
+++ generic/drivers/mtd/devices/docprobe.c 2007-07-11 11:06:49.270809000 +0900
@@ -84,8 +84,6 @@ static unsigned long __initdata doc_loca
#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 -pruN -X generic/Documentation/dontdiff generic-orig/drivers/mtd/nand/diskonchip.c generic/drivers/mtd/nand/diskonchip.c
--- generic-orig/drivers/mtd/nand/diskonchip.c 2007-07-11 10:56:26.096943250 +0900
+++ generic/drivers/mtd/nand/diskonchip.c 2007-07-11 11:06:15.204680000 +0900
@@ -59,8 +59,6 @@ static unsigned long __initdata doc_loca
#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
mailing list