diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-06-05 23:24:07 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-06-05 23:24:07 +0000 |
commit | 1385617929e09545f9858785ea3dc1068fedfde1 (patch) | |
tree | 728aa64786357d033a263299df97c98b28f31f0c /drivers/mtd/docprobe.c | |
parent | e4598d1f9097360d265a55f468db81d751e29a1d (diff) |
Support 512mb RAM configuration for Momenco Ocelot. Patch from
David Woodhouse (dwmw2@infradead.org).
Diffstat (limited to 'drivers/mtd/docprobe.c')
-rw-r--r-- | drivers/mtd/docprobe.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mtd/docprobe.c b/drivers/mtd/docprobe.c index 9f5ba083b..b19df8fd3 100644 --- a/drivers/mtd/docprobe.c +++ b/drivers/mtd/docprobe.c @@ -86,6 +86,8 @@ static unsigned long __initdata doc_locations[] = { #endif /* CONFIG_MTD_DOCPROBE_HIGH */ #elif defined(__ppc__) 0xe4000000, +#elif defined(CONFIG_MOMENCO_OCELOT) + 0x2f000000, #else #warning Unknown architecture for DiskOnChip. No default probe locations defined #endif |