[PATCH 01/30] sandbox: Drop debug message in os_spl_to_uboot()
Simon Glass
sjg at chromium.org
Thu Dec 31 05:09:31 CET 2020
This is not needed in normal operation. Drop it.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
arch/sandbox/cpu/os.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/sandbox/cpu/os.c b/arch/sandbox/cpu/os.c
index 80996a91ce7..7c870004c95 100644
--- a/arch/sandbox/cpu/os.c
+++ b/arch/sandbox/cpu/os.c
@@ -792,7 +792,6 @@ int os_spl_to_uboot(const char *fname)
{
struct sandbox_state *state = state_get_current();
- printf("%s\n", __func__);
/* U-Boot will delete ram buffer after read: "--rm_memory"*/
state->ram_buf_rm = true;
return os_jump_to_file(fname);
--
2.29.2.729.g45daf8777d-goog
More information about the U-Boot
mailing list