commit | 2925aba4223f4532e85f0c6f64584b3e0b2849c3 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Sun Jun 18 01:32:22 2006 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Mon Jun 19 17:39:23 2006 +0100 |
tree | 1a7d38a22db3b745926232d665d6653baa47ee61 | |
parent | 7ab2dc41d15f31e9d5472e46148337b4cf7c941c [diff] |
[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>