1. 03 12月, 2016 1 次提交
  2. 15 7月, 2016 1 次提交
    • S
      sandbox: Don't exit when bootm completes · b9c771b0
      Simon Glass 提交于
      At present sandbox exits when the 'bootm' command completes, since it is not
      actually able to run the OS that is loaded. Normally 'bootm' failure is
      considered a fatal error in U-Boot.
      
      However this is annoying for tests, which may want to examine the state
      after a test is complete. In any case there is a 'reset' command which can
      be used to exit, if required.
      
      Change the behaviour to return normally from the 'bootm' command on sandbox.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      Reviewed-by: NTeddy Reed <teddy.reed@gmail.com>
      b9c771b0
  3. 20 4月, 2015 2 次提交