]> git.baikalelectronics.ru Git - uboot.git/commit
board: gateworks: gw_ventana: move SPL uart config out of common
authorTim Harvey <tharvey@gateworks.com>
Tue, 8 Mar 2022 00:24:01 +0000 (16:24 -0800)
committerStefano Babic <sbabic@denx.de>
Tue, 12 Apr 2022 13:36:17 +0000 (15:36 +0200)
commitb16e8a6cb5708a8b2d982b6291510e20a3572ac0
tree5ff0d6b73d85baffceeffdb158838b8ed0017a1b
parente420f3dc0178dba92814d606f49e190a5e57da0a
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>
board/gateworks/gw_ventana/common.c
board/gateworks/gw_ventana/common.h
board/gateworks/gw_ventana/gw_ventana_spl.c