commit | 7659fe4f31e2b730eaa084f712756c17e4b60411 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu Feb 17 14:28:41 2022 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Mon Feb 21 13:20:24 2022 +0100 |
tree | 841bb18e9f5cc8930c876001514a3b3d2d1c1444 | |
parent | ba6fb83db8413219304e8c672739fc8d0c79453b [diff] |
ARM: zynq: Fix debug uart initialization The commit 0dba45864b2a ("arm: Init the debug UART") calls debug_uart_init() from crt0.S but it won't work because SOC is not configured yet. That's why create board_debug_uart_init() which calls ps7_init() earlier before the first access to UART. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Link: https://lore.kernel.org/r/18e67e02a0c7190839a1ef3a11f3fd6babcf34cc.1645104518.git.michal.simek@xilinx.com