u-boot/arch/sandbox/cpu
Simon Glass 88bd0e9d15 sandbox: Implement the bootm command for sandbox
When sandbox does a 'bootm' to run a kernel we cannot actually execute it.
So just exit sandbox, which is essentially what U-Boot does on other archs.
Also, allow sandbox to use bootm on any kernel, so that it can be used
to test booting of kernels from any architecture.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
2014-01-08 17:24:42 -07:00
..
cpu.c sandbox: Implement the bootm command for sandbox 2014-01-08 17:24:42 -07:00
Makefile sandbox: Use system headers first for sandbox's os.c 2013-11-21 16:54:26 -07:00
os.c sandbox: Improve/augment memory allocation functions 2014-01-08 17:24:19 -07:00
start.c sandbox: Allow return from board_init_f() 2014-01-08 17:24:38 -07:00
state.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
u-boot.lds Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00