]> git.ipfire.org Git - people/ms/u-boot.git/commit - arch/powerpc/lib/bootm.c
[new uImage] Cleanup do_botm_linux() boot allocations
authorMarian Balakowicz <m8@semihalf.com>
Thu, 31 Jan 2008 12:58:13 +0000 (13:58 +0100)
committerWolfgang Denk <wd@denx.de>
Thu, 7 Feb 2008 00:13:00 +0000 (01:13 +0100)
commitb6b0fe6460b7063ac60b9a3531ef210aedb31451
tree67470a6705296e24eeb8b31b75bd89947c92d722
parentceaed2b1e54ebf14d600e02fef016c8df5cc4d40
[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>
common/image.c
include/image.h
lib_m68k/bootm.c
lib_ppc/bootm.c