mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 19:05:51 +01: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>