commit | 47f5fcfb4169a8ff6e8c81738b77f8572f972e75 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Feb 27 13:26:15 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Mon Mar 17 20:05:48 2014 -0600 |
tree | 328570b34cafd3ab21f64b75f9c3f1f625cd8c45 | |
parent | b2a668b523ee78c56b466300350050924ed59553 [diff] |
sandbox: Add os_jump_to_image() to run another executable For some tests it is useful to be able to run U-Boot again but pass on the same memory contents. Add a function to achieve this. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>