[U-Boot] [PATCH 07/15] sandbox: Remove the old memory file later
sjg at google.com
sjg at google.com
Tue Oct 9 23:51:40 UTC 2018
When debugging sandbox it is sometimes annoying that the memory file is
deleted early on. If sandbox later crashes or we quit (using the
debugger), it is not possible to run it again with the same state since
the memory file is gone.
Remove the old memory file when sandbox exits, instead. Also add debugging
showing the memory filename.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
arch/sandbox/cpu/start.c | 6 +-----
arch/sandbox/cpu/state.c | 6 +++++-
2 files changed, 6 insertions(+), 6 deletions(-)
Applied to u-boot-dm
More information about the U-Boot
mailing list