]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
bootm: move lmb into the bootm_headers_t structure
authorKumar Gala <galak@kernel.crashing.org>
Fri, 15 Aug 2008 13:24:40 +0000 (08:24 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 26 Aug 2008 21:38:48 +0000 (23:38 +0200)
commite906cfae08e8cc2447f59b1bc4c22ab9c3c286d2
tree8417e544ba93769e760e6e562e67afe4e5805a82
parent54f9c86691309b2f919f567f9255b8bcad2c7651
bootm: move lmb into the bootm_headers_t structure

To allow for persistent state between future bootm subcommands we
need the lmb to exist in a global state.
Moving it into the bootm_headers_t allows us to do that.

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