commit | 4b354e74e0a4442c7475bbf9a09391afab6c4229 | [log] [tgz] |
---|---|---|
author | Tim Harvey <tharvey@gateworks.com> | Mon Mar 07 16:24:01 2022 -0800 |
committer | Stefano Babic <sbabic@denx.de> | Tue Apr 12 15:36:17 2022 +0200 |
tree | 5ff0d6b73d85baffceeffdb158838b8ed0017a1b | |
parent | 895aace7f2a0557c8868a6dd537a982be35cd167 [diff] |
board: gateworks: gw_ventana: move SPL uart config out of common Since DM_SERIAL is used for U-Boot we no longer need legacy UART code in common.c shared by the SPL and U-Boot. Move the legacy UART config to the non-DM SPL. Signed-off-by: Tim Harvey <tharvey@gateworks.com>