Re: [U-Boot] [PATCH 10/15] bootm: move lmb into the bootm_headers_t structure

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message [EMAIL PROTECTED] you wrote: 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 [EMAIL PROTECTED] --- common/cmd_bootm.c

[U-Boot] [PATCH 10/15] bootm: move lmb into the bootm_headers_t structure

2008-08-15 Thread Kumar Gala
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 [EMAIL PROTECTED] --- common/cmd_bootm.c | 11 --- include/image.h|4 +++-