
16 Apr
2022
16 Apr
'22
2:18 p.m.
Hi Michael,
On Fri, Apr 15, 2022 at 2:23 AM Michael Trimarchi michael@amarulasolutions.com wrote:
Enable DM_SERIAL for both U_Boot and the SPL. The uart2 and its pinmux are already marked with u-boot,dm-spl but we need to move the call to preloader_console_init() after spl_init() to avoid a board hang as dm can't be used until after spl_init().
Remove the manual config of the UART pinmux now that it is no longer needed.
Signed-off-by: Michael Trimarchi michael@amarulasolutions.com Cc: Tim Harvey tharvey@gateworks.com
Reviewed-by: Fabio Estevam festevam@denx.de