提交 ba4f52bd 编写于 作者: M Michal Simek

arm64: zynqmp: Add debug message about clearing BSS

Just have better view on system.
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 958d1b18
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册