u-boot-brain/arch/sandbox
Simon Glass ab839dc3e6 sandbox: Add options to clean up temporary files
When jumping from one sandbox U-Boot to another in sandbox, the RAM buffer
is preserved in the jump by using a temporary file. Add an option to tell
the receiving U-Boot to remove this file when it is no longer needed.

Similarly the old U-Boot image is left behind in this case. We cannot delete
it immediately since gdb cannot then find its debug symbols. Delete it just
before exiting.

Together these changes ensure that temporary files are removed both for
memory and U-Boot.

Signed-off-by: Simon Glass <sjg@chromium.org>
2014-03-17 20:05:49 -06:00
..
cpu sandbox: Add options to clean up temporary files 2014-03-17 20:05:49 -06:00
dts sandbox: dts: Add display and keyboard to sandbox 2014-03-17 20:05:45 -06:00
include/asm sandbox: Add options to clean up temporary files 2014-03-17 20:05:49 -06:00
lib sandbox: convert makefiles to Kbuild style 2013-10-31 13:26:44 -04:00
config.mk sandbox: Add SDL library for LCD, keyboard, audio 2014-03-17 20:05:48 -06:00