diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2007-07-28 09:20:16 -0400 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2007-07-31 16:35:29 -0400 |
| commit | 0b0ef2ea00c581d613e15eadc3215d52a6a55946 (patch) | |
| tree | d5081883a39ceb9a29b1f7b1123a4873becb6682 /drivers | |
| parent | e7865765ef85473c1b97aad86d44b80dc260dbbf (diff) | |
[MIPS] Remove Momentum Ocelot support.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mtd/devices/docprobe.c | 3 | ||||
| -rw-r--r-- | drivers/mtd/nand/diskonchip.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/drivers/mtd/devices/docprobe.c b/drivers/mtd/devices/docprobe.c index b96ac8e119dc..54aa75907640 100644 --- a/drivers/mtd/devices/docprobe.c +++ b/drivers/mtd/devices/docprobe.c | |||
| @@ -81,9 +81,6 @@ static unsigned long __initdata doc_locations[] = { | |||
| 81 | #endif /* CONFIG_MTD_DOCPROBE_HIGH */ | 81 | #endif /* CONFIG_MTD_DOCPROBE_HIGH */ |
| 82 | #elif defined(__PPC__) | 82 | #elif defined(__PPC__) |
| 83 | 0xe4000000, | 83 | 0xe4000000, |
| 84 | #elif defined(CONFIG_MOMENCO_OCELOT) | ||
| 85 | 0x2f000000, | ||
| 86 | 0xff000000, | ||
| 87 | #elif defined(CONFIG_MOMENCO_OCELOT_G) | 84 | #elif defined(CONFIG_MOMENCO_OCELOT_G) |
| 88 | 0xff000000, | 85 | 0xff000000, |
| 89 | ##else | 86 | ##else |
diff --git a/drivers/mtd/nand/diskonchip.c b/drivers/mtd/nand/diskonchip.c index 17c868034aad..e96259f22cca 100644 --- a/drivers/mtd/nand/diskonchip.c +++ b/drivers/mtd/nand/diskonchip.c | |||
| @@ -56,9 +56,6 @@ static unsigned long __initdata doc_locations[] = { | |||
| 56 | #endif /* CONFIG_MTD_DOCPROBE_HIGH */ | 56 | #endif /* CONFIG_MTD_DOCPROBE_HIGH */ |
| 57 | #elif defined(__PPC__) | 57 | #elif defined(__PPC__) |
| 58 | 0xe4000000, | 58 | 0xe4000000, |
| 59 | #elif defined(CONFIG_MOMENCO_OCELOT) | ||
| 60 | 0x2f000000, | ||
| 61 | 0xff000000, | ||
| 62 | #elif defined(CONFIG_MOMENCO_OCELOT_G) | 59 | #elif defined(CONFIG_MOMENCO_OCELOT_G) |
| 63 | 0xff000000, | 60 | 0xff000000, |
| 64 | #else | 61 | #else |
