commit | dc9f8cd8e13177ba7ce4cb3333ab8abddac4b281 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 10 10:27:00 2013 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 08 17:24:42 2014 -0700 |
tree | 9ed40ab070eae1300f153b2be65ce4cef9a16e71 | |
parent | 2fd34e6309b7a0393a10fd07f8aa2b0c07791b9d [diff] |
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>