]> git.ipfire.org Git - people/ms/u-boot.git/commit - common/image.c
[new uImage] Move ramdisk loading to a common routine
authorMarian Balakowicz <m8@semihalf.com>
Thu, 31 Jan 2008 12:57:17 +0000 (13:57 +0100)
committerWolfgang Denk <wd@denx.de>
Thu, 7 Feb 2008 00:13:00 +0000 (01:13 +0100)
commitceaed2b1e54ebf14d600e02fef016c8df5cc4d40
treef8ca1e9ba98f6b4d02f99f0997beb64603a3f2c3
parent68d4f05e6b2383a442fb71f80f2a9fbb3d8def68
[new uImage] Move ramdisk loading to a common routine

Ramdisk loading code, including initrd_high variable handling,
was duplicated for PPC and M68K platforms. This patch creates
common helper routine that is being called from both platform
do_bootm_linux() routines.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
common/image.c
include/image.h
lib_m68k/bootm.c
lib_ppc/bootm.c