commit | b6b0fe6460b7063ac60b9a3531ef210aedb31451 | [log] [tgz] |
---|---|---|
author | Marian Balakowicz <m8@semihalf.com> | Thu Jan 31 13:58:13 2008 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Thu Feb 07 01:13:00 2008 +0100 |
tree | 67470a6705296e24eeb8b31b75bd89947c92d722 | |
parent | ceaed2b1e54ebf14d600e02fef016c8df5cc4d40 [diff] |
[new uImage] Cleanup do_botm_linux() boot allocations This patch moves common pre-boot allocation steps shared between PPC and M68K to a helper routines: common: - get_boot_sp_limit() - get_boot_cmline() - get_boot_kbd() platform: - set_clocks_in_mhz() Signed-off-by: Marian Balakowicz <m8@semihalf.com>