
14 Apr
2022
14 Apr
'22
7:55 p.m.
Hi Tim,
On Thu, Apr 14, 2022 at 2:53 PM Tim Harvey tharvey@gateworks.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_early_init() to avoid a board hang as dm can't be used until after spl_early_init().
This preloader_console_init() comment is what I was expecting when I went trough Peng's patches.
It looks good now:
Reviewed-by: Fabio Estevam festevam@denx.de