u-boot-brain/arch/sandbox
Simon Glass b9c771b04c 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: Simon Glass <sjg@chromium.org>
Reviewed-by: Teddy Reed <teddy.reed@gmail.com>
2016-07-14 18:22:32 -04:00
..
cpu Rename reset to sysreset 2016-05-26 20:48:31 -06:00
dts clk: convert API to match reset/mailbox style 2016-06-19 17:05:55 -06:00
include/asm clk: convert API to match reset/mailbox style 2016-06-19 17:05:55 -06:00
lib sandbox: Don't exit when bootm completes 2016-07-14 18:22:32 -04:00
config.mk sandbox: Fix building with LLVM 2016-03-08 15:01:46 -05:00
Kconfig sandbox: Set CONFIG_SYS_CPU 2016-04-18 17:11:49 -04:00
Makefile Kbuild: introduce Makefile in arch/$ARCH/ 2014-12-08 09:35:45 -05:00