u-boot-brain/arch/sandbox/lib
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
..
bootm.c sandbox: Don't exit when bootm completes 2016-07-14 18:22:32 -04:00
interrupts.c Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
Makefile sandbox: Split bootm code out into lib/bootm 2015-04-19 14:45:57 -06:00
pci_io.c dm: sandbox: pci: Add PCI support for sandbox 2015-04-16 19:27:43 -06:00