commit | e906cfae08e8cc2447f59b1bc4c22ab9c3c286d2 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Fri Aug 15 08:24:40 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Tue Aug 26 23:38:48 2008 +0200 |
tree | 8417e544ba93769e760e6e562e67afe4e5805a82 | |
parent | 54f9c86691309b2f919f567f9255b8bcad2c7651 [diff] |
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>