* [PATCH] MTD: remove Ocelot G support
@ 2007-07-11 2:36 Yoichi Yuasa
2007-07-12 11:51 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2007-07-11 2:36 UTC (permalink / raw)
To: linux-mtd; +Cc: Ralf Baechle, yoichi_yuasa
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>
---
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] MTD: remove Ocelot G support
2007-07-11 2:36 [PATCH] MTD: remove Ocelot G support Yoichi Yuasa
@ 2007-07-12 11:51 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2007-07-12 11:51 UTC (permalink / raw)
To: Yoichi Yuasa; +Cc: linux-mtd
On Wed, Jul 11, 2007 at 11:36:56AM +0900, Yoichi Yuasa wrote:
> 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>
ACK.
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-12 12:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-11 2:36 [PATCH] MTD: remove Ocelot G support Yoichi Yuasa
2007-07-12 11:51 ` Ralf Baechle
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.