]> Git Repo - J-u-boot.git/commit - lib_ppc/bootm.c
[new uImage] Move ramdisk loading to a common routine
authorMarian Balakowicz <[email protected]>
Thu, 31 Jan 2008 12:57:17 +0000 (13:57 +0100)
committerWolfgang Denk <[email protected]>
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 <[email protected]>
common/image.c
include/image.h
lib_m68k/bootm.c
lib_ppc/bootm.c
This page took 0.035155 seconds and 4 git commands to generate.