> Rename board_early_init_f() to board_early_init(), since this function > has nothing to do with actual board_early_init_f() as used throughout > U-Boot. The board_early_init() is function local to this board used to > configure UART and WDT pinmux. Wrap init_uart_clk() into this function > so that early UART init would be all in one place. Turn the function > into __weak one, so it could be overridden in case custom carrier board > uses different UART or needs custom IOMUX settings. > Signed-off-by: Marek Vasut <[email protected]> > Cc: Fabio Estevam <[email protected]> > Cc: Marcel Ziswiler <[email protected]> > Cc: Max Krummenacher <[email protected]> > Cc: Peng Fan <[email protected]> > Cc: Stefano Babic <[email protected]> Applied to u-boot-imx, master, thanks !
Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: [email protected] =====================================================================

