[MIPS] Cleanup memory managment initialization.
authorRalf Baechle <ralf@linux-mips.org>
Sun, 18 Jun 2006 00:32:22 +0000 (01:32 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 19 Jun 2006 16:39:23 +0000 (17:39 +0100)
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>

No differences found