Home
last modified time | relevance | path

Searched hist:"88539 e4431cd6a596da316f81b644c4df606dbd9" (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dstate.c88539e4431cd6a596da316f81b644c4df606dbd9 Fri Feb 06 21:37:31 UTC 2015 Joe Hershberger <joe.hershberger@ni.com> 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>
H A Dstart.c88539e4431cd6a596da316f81b644c4df606dbd9 Fri Feb 06 21:37:31 UTC 2015 Joe Hershberger <joe.hershberger@ni.com> 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>
/rk3399_rockchip-uboot/arch/sandbox/include/asm/
H A Dstate.h88539e4431cd6a596da316f81b644c4df606dbd9 Fri Feb 06 21:37:31 UTC 2015 Joe Hershberger <joe.hershberger@ni.com> 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>