]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Add os_jump_to_image() to run another executable
authorSimon Glass <sjg@chromium.org>
Thu, 27 Feb 2014 20:26:15 +0000 (13:26 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 18 Mar 2014 02:05:48 +0000 (20:05 -0600)
commit47f5fcfb4169a8ff6e8c81738b77f8572f972e75
tree328570b34cafd3ab21f64b75f9c3f1f625cd8c45
parentb2a668b523ee78c56b466300350050924ed59553
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>
arch/sandbox/cpu/os.c
include/os.h