commit | a26913f32df0d26b94f6c5518d744df5ba6ededb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jul 04 13:26:09 2013 -0700 |
committer | Tom Rini <trini@ti.com> | Wed Jul 10 09:15:14 2013 -0400 |
tree | 903f0168853899a84e045dd00a4600daedeca648 | |
parent | 385501d38b406c2d65b47c3978af2f659df89b28 [diff] |
bootm: Require boot function only if it is about to be used The original bootm code (before commit 35fc84f) did not check for a valid boot function in the subcommand case, which was incorrect. This check was introduced in all cases, but in fact we should only check for the function when we need it. Otherwise in some cases the check fires before the OS type is known. Signed-off-by: Simon Glass <sjg@chromium.org>