| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH][MIPS] remove mips_mach setup on WRPPMC |
| From: | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> |
| Date: | Thu, 21 Jun 2007 15:05:52 +0900 |
| Cc: | yoichi_yuasa@tripeaks.co.jp, linux-mips <linux-mips@linux-mips.org> |
| Organization: | TriPeaks Corporation |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Hi Ralf,
This patch has removed mips_mach setup on WRPPMC.
It is not used.
Yoichi
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
---
remove mips_mach setup on WRPPMC
diff -pruN -X mips/Documentation/dontdiff
mips-orig/arch/mips/gt64120/wrppmc/setup.c mips/arch/mips/gt64120/wrppmc/setup.c
--- mips-orig/arch/mips/gt64120/wrppmc/setup.c 2007-06-21 13:55:13.629849500
+0900
+++ mips/arch/mips/gt64120/wrppmc/setup.c 2007-06-21 14:03:32.567346000
+0900
@@ -158,9 +158,6 @@ const char *get_system_type(void)
*/
void __init prom_init(void)
{
- mips_machgroup = MACH_GROUP_GALILEO;
- mips_machtype = MACH_EV64120A;
-
add_memory_region(WRPPMC_SDRAM_SCS0_BASE, WRPPMC_SDRAM_SCS0_SIZE,
BOOT_MEM_RAM);
add_memory_region(WRPPMC_BOOTROM_BASE, WRPPMC_BOOTROM_SIZE,
BOOT_MEM_ROM_DATA);
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 7/12] drivers: PMC MSP71xx GPIO char driver, Marc St-Jean |
|---|---|
| Next by Date: | [PATCH][MIPS] remove EV64120 support, Yoichi Yuasa |
| Previous by Thread: | [2.6 patch] more MOMENCO_JAGUAR_ATX removal, Adrian Bunk |
| Next by Thread: | [PATCH][MIPS] remove EV64120 support, Yoichi Yuasa |
| Indexes: | [Date] [Thread] [Top] [All Lists] |