Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. diff --git a/common/bootm.c b/common/bootm.c
  2. index 6b3ea8c..b8c64de 100644
  3. --- a/common/bootm.c
  4. +++ b/common/bootm.c
  5. @@ -569,6 +569,7 @@ int do_bootm_states(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[],
  6. if (!ret && (states & BOOTM_STATE_FINDOTHER)) {
  7. ret = bootm_find_other(cmdtp, flag, argc, argv);
  8. argc = 0; /* consume the args */
  9. + ret = 0;
  10. }
  11.  
  12. /* Load the OS */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement