u-boot-brain/arch/sandbox/cpu
Joe Hershberger 88539e4431 sandbox: Return '-c command' exit value as sandbox exit code
When a command is passed into sandbox using the '-c' argument the
command is run directly. This is most helpful when running tests (such
as test-dm.sh). Previously the exit code was an unused enum. Change it
to be the actual return code from the command so that the script calling
sandbox can know if the command succeeded (tests passed).  Also remove
the now completely unused "exit_state" in sandbox.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Acked-by: Simon Glass <sjg@chromium.org>
2015-02-15 14:34:06 -07:00
..
cpu.c sandbox: Remove all drivers before exit 2014-07-23 14:07:24 +01:00
Makefile sandbox: Add SDL library for LCD, keyboard, audio 2014-03-17 20:05:48 -06:00
os.c sandbox: Fix warnings in cpu.c and os.c 2014-11-26 20:25:39 -07:00
sdl.c sandbox: Add SDL library for LCD, keyboard, audio 2014-03-17 20:05:48 -06:00
start.c sandbox: Return '-c command' exit value as sandbox exit code 2015-02-15 14:34:06 -07:00
state.c sandbox: Return '-c command' exit value as sandbox exit code 2015-02-15 14:34:06 -07:00
u-boot.lds Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00