mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-11 17:56:58 +02:00
sandbox: Show a message when writing out the ram buffer
If state is not being written, but RAM is, we should still show a message, so it is clear that this is happening. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
b210661c86
commit
d02f99dd67
@ -421,7 +421,8 @@ int state_uninit(void)
|
||||
{
|
||||
int err;
|
||||
|
||||
log_info("Writing sandbox state\n");
|
||||
if (state->write_ram_buf || state->write_state)
|
||||
log_info("Writing sandbox state\n");
|
||||
state = &main_state;
|
||||
|
||||
/* Finish the bloblist, so that it is correct before writing memory */
|
||||
|
Loading…
Reference in New Issue
Block a user