]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sandbox: Drop debug message in os_spl_to_uboot()
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 04:25:12 +0000 (17:25 +1300)
committerSimon Glass <sjg@chromium.org>
Mon, 22 Mar 2021 06:23:28 +0000 (19:23 +1300)
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>
arch/sandbox/cpu/os.c

index 2d9583c17ca70b1d639635a6623a2e2d1bb5243a..68825d28d6a5f8a27fd31220782f2a65f2546221 100644 (file)
@@ -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);