From: Simon Glass Date: Mon, 15 Mar 2021 04:25:12 +0000 (+1300) Subject: sandbox: Drop debug message in os_spl_to_uboot() X-Git-Tag: v2025.01-rc5-pxa1908~1941^2~4^2~73 X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=b5e514a6abc5cc31d350f9ca25cb6a6d4895c338;p=u-boot.git sandbox: Drop debug message in os_spl_to_uboot() This is not needed in normal operation. Drop it. Signed-off-by: Simon Glass Reviewed-by: Heinrich Schuchardt Signed-off-by: Simon Glass Reviewed-by: Heinrich Schuchardt --- diff --git a/arch/sandbox/cpu/os.c b/arch/sandbox/cpu/os.c index 2d9583c17c..68825d28d6 100644 --- a/arch/sandbox/cpu/os.c +++ b/arch/sandbox/cpu/os.c @@ -845,7 +845,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);