board: gateworks: gw_ventana: move ft_early_fixups out of common
authorTim Harvey <tharvey@gateworks.com>
Tue, 8 Mar 2022 00:24:03 +0000 (16:24 -0800)
committerStefano Babic <sbabic@denx.de>
Tue, 12 Apr 2022 13:36:17 +0000 (15:36 +0200)
commit6bec6c169ff5f5c00e58d451c6afa90f89dc6903
tree8e6c14373202a9656a4919ab9978a6183cfa670e
parent6d7418c42389fe82095fefc44887385c4f9c688b
board: gateworks: gw_ventana: move ft_early_fixups out of common

DM is not used for the SPL and a generic DT is used in the SPL
which requires no fixups. Remove the call in the SPL and move the function
into the U-Boot code.

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.c
board/gateworks/gw_ventana/gw_ventana_spl.c