commit | 91db793c430eb10c1a0dd41a25a5da1a26dfcd80 | [log] [tgz] |
---|---|---|
author | Tim Harvey <tharvey@gateworks.com> | Fri Apr 29 12:36:25 2022 -0700 |
committer | Stefano Babic <sbabic@denx.de> | Fri May 20 09:30:28 2022 +0200 |
tree | df46d346df8a0ae3f736ce9e0f33e74ffed6d823 | |
parent | 6ed3cb0ba77d9b052476c304834391a85a84db79 [diff] |
board: gateworks: venice: enable SPL_DM_SERIAL 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() due to the uart driver not enabling the uart clock. Remove the manual config of the UART pinmux now that it is no longer needed. Signed-off-by: Tim Harvey <tharvey@gateworks.com>