aboutsummaryrefslogtreecommitdiff
path: root/board/gateworks/gw_ventana/common.h
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2022-03-07 16:24:01 -0800
committerStefano Babic <sbabic@denx.de>2022-04-12 15:36:17 +0200
commitd169313dda3cd92e3317867aec0b1b6c4799a99d (patch)
tree5ff0d6b73d85baffceeffdb158838b8ed0017a1b /board/gateworks/gw_ventana/common.h
parentcb339a00216fc66142915faef2863393caaf7467 (diff)
downloadu-boot-d169313dda3cd92e3317867aec0b1b6c4799a99d.zip
u-boot-d169313dda3cd92e3317867aec0b1b6c4799a99d.tar.gz
u-boot-d169313dda3cd92e3317867aec0b1b6c4799a99d.tar.bz2
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>
Diffstat (limited to 'board/gateworks/gw_ventana/common.h')
-rw-r--r--board/gateworks/gw_ventana/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/gateworks/gw_ventana/common.h b/board/gateworks/gw_ventana/common.h
index 526ff06..d7f60a0 100644
--- a/board/gateworks/gw_ventana/common.h
+++ b/board/gateworks/gw_ventana/common.h
@@ -79,8 +79,6 @@ struct ventana {
extern struct ventana gpio_cfg[GW_UNKNOWN];
-/* configure uart iomux */
-void setup_iomux_uart(void);
/* configure gpio iomux/defaults */
void setup_iomux_gpio(int board, struct ventana_board_info *);
/* late setup of GPIO (configuration per baseboard and env) */