commit | 88bd0e9d15d2f7e8c040931b06497878f9ed0550 | [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 | 808434cdbd70b6633c99fe2974af7d25316cc593 [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>