]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
bootm: refactor ramdisk locating code
authorKumar Gala <galak@kernel.crashing.org>
Fri, 15 Aug 2008 13:24:37 +0000 (08:24 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 26 Aug 2008 21:35:24 +0000 (23:35 +0200)
commitc4f9419c6b54958e0eddbcbc9e5a4a7b7ec99865
treecdd3de7eec29a70630a6a98f1de434a4ae868cf7
parentc160a9544743e80e8889edb2275538e7764ce334
bootm: refactor ramdisk locating code

Move determing if we have a ramdisk and where its located into the
common code. Keep track of the ramdisk start and end in the
bootm_headers_t image struct.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
common/cmd_bootm.c
include/image.h
lib_arm/bootm.c
lib_avr32/bootm.c
lib_i386/bootm.c
lib_m68k/bootm.c
lib_mips/bootm.c
lib_ppc/bootm.c
lib_sparc/bootm.c