commit | 48626aa4e4108150543fbbe24d1bc9e95f94cd7c | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Fri Aug 15 08:24:45 2008 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Tue Aug 26 23:48:01 2008 +0200 |
tree | aedac5a8fffc541a91f1948428c242291f9c7053 | |
parent | 58911dfe8ddf517d09f20648b72a613494a44db7 [diff] |
bootm: refactor do_reset and os boot function args There is no need for each OS specific function to call do_reset() we can just do it once in bootm. This means its feasible on an error for the OS boot function to return. Also, remove passing in cmd_tbl_t as its not needed by the OS boot functions. flag isn't currently used but might be in the future so we left it alone. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>