[MIPS] Cleanup memory managment initialization.
Historically plat_mem_setup did the entire platform initialization. This was rather impractical because it meant plat_mem_setup had to get away without any kind of memory allocator. To keep old code from breaking plat_setup was just renamed to plat_setup and a second platform initialization hook for anything else was introduced. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@ -20,7 +20,7 @@ static void __init qemu_timer_setup(struct irqaction *irq)
|
||||
setup_irq(0, irq);
|
||||
}
|
||||
|
||||
void __init plat_setup(void)
|
||||
void __init plat_mem_setup(void)
|
||||
{
|
||||
set_io_port_base(QEMU_PORT_BASE);
|
||||
board_timer_setup = qemu_timer_setup;
|
||||
|
Reference in New Issue
Block a user