mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
board_early_init_f() is the right location where debug uart can be configurated (after MIO initialization). The patch is taking this call from SPL to also make it available for U-Boot proper. Signed-off-by: Michal Simek <michal.simek@xilinx.com>