[PATCH v2 01/37] sandbox: Drop debug message in os_spl_to_uboot()
Heinrich Schuchardt
xypron.glpk at gmx.de
Thu Feb 4 14:36:32 CET 2021
On 03.02.21 17:43, Simon Glass wrote:
> This is not needed in normal operation. Drop it.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
>
> (no changes since v1)
>
> 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 39db636d777..4bb4caed8f9 100644
> --- a/arch/sandbox/cpu/os.c
> +++ b/arch/sandbox/cpu/os.c
> @@ -797,7 +797,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);
>
More information about the U-Boot
mailing list