mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 23:37:01 +00:00
arm64: zynqmp: Add debug message about clearing BSS
Just have better view on system. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
958d1b1882
commit
ba4f52bd42
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ void board_init_f(ulong dummy)
|
|||
/* Delay is required for clocks to be propagated */
|
||||
udelay(1000000);
|
||||
|
||||
debug("Clearing BSS 0x%p - 0x%p\n", __bss_start, __bss_end);
|
||||
/* Clear the BSS */
|
||||
memset(__bss_start, 0, __bss_end - __bss_start);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue