mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
sandbox: Drop message about writing sandbox state
This happens every time sandbox moves to the next phase so is not very interesting. Display the message only when debugging. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
372a7d925b
commit
0b5c9b03a1
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ int state_uninit(void)
|
|||
int err;
|
||||
|
||||
if (state->write_ram_buf || state->write_state)
|
||||
log_info("Writing sandbox state\n");
|
||||
log_debug("Writing sandbox state\n");
|
||||
state = &main_state;
|
||||
|
||||
/* Finish the bloblist, so that it is correct before writing memory */
|
||||
|
|
Loading…
Reference in a new issue