summaryrefslogtreecommitdiffstats
path: root/arch/sandbox
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-03-15 17:25:12 +1300
committerSimon Glass <sjg@chromium.org>2021-03-22 19:23:28 +1300
commitb5e514a6abc5cc31d350f9ca25cb6a6d4895c338 (patch)
tree405de70bda428c04e8aedd23a140ba57e34e8fcb /arch/sandbox
parentcff7dcf3fd0de0120cd40c0c28864cb045143f97 (diff)
downloadu-boot-b5e514a6abc5cc31d350f9ca25cb6a6d4895c338.tar.gz
u-boot-b5e514a6abc5cc31d350f9ca25cb6a6d4895c338.tar.xz
u-boot-b5e514a6abc5cc31d350f9ca25cb6a6d4895c338.zip
sandbox: Drop debug message in os_spl_to_uboot()
This is not needed in normal operation. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'arch/sandbox')
-rw-r--r--arch/sandbox/cpu/os.c1
1 files changed, 0 insertions, 1 deletions
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);