Skip to content

Commit

Permalink
x86: spl: Drop unwanted debug()
Browse files Browse the repository at this point in the history
This was left over from some previous debugging. Drop it.

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
  • Loading branch information
sjg20 authored and lbmeng committed Aug 9, 2023
1 parent d60fb7a commit 22080e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/lib/spl.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ static int x86_spl_init(void)
}

#ifndef CONFIG_SYS_COREBOOT
log_debug("bss\n");
debug("BSS clear from %lx to %lx len %lx\n", (ulong)&__bss_start,
(ulong)&__bss_end, (ulong)&__bss_end - (ulong)&__bss_start);
memset(&__bss_start, 0, (ulong)&__bss_end - (ulong)&__bss_start);
Expand Down

0 comments on commit 22080e0

Please sign in to comment.