Skip to content
Snippets Groups Projects
Commit b9c771b0 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

sandbox: Don't exit when bootm completes


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: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarTeddy Reed <teddy.reed@gmail.com>
parent 07f4eadc
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment