[new uImage] Factor out common image_get_ramdisk() routine
authorMarian Balakowicz <m8@semihalf.com>
Thu, 31 Jan 2008 12:55:39 +0000 (13:55 +0100)
committerWolfgang Denk <wd@denx.de>
Thu, 7 Feb 2008 00:12:59 +0000 (01:12 +0100)
commit5ad03eb3854c162684222a718b44c0716ea0db03
tree4128cb8b65369a712b488c124d1297bc6c50dc67
parentd3c5eb6dd1f4ed3c3388386cf1d1bf82aa51d56b
[new uImage] Factor out common image_get_ramdisk() routine

Architecture specific do_bootm_linux() routines share common
ramdisk image processing code. Move this code to a common
helper routine.

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