ARM: imx8m: verdin-imx8mm: Drop bogus content from spl_board_init()
authorMarek Vasut <marex@denx.de>
Mon, 19 Sep 2022 19:41:17 +0000 (21:41 +0200)
committerStefano Babic <sbabic@denx.de>
Fri, 21 Oct 2022 09:54:12 +0000 (11:54 +0200)
commitf687c1ef4fdf14faea16c13b1eaac5496dee39df
tree433d4282633b0b0f87c7eb0984ab434c5bdc305a
parent8e374457bad7ab9dcaae580cfbbd2b1ca02c46a1
ARM: imx8m: verdin-imx8mm: Drop bogus content from spl_board_init()

The current implementation of spl_board_init() USB boot handling is
not correct, the MX8MM BootROM v1 does not support SDP load when
re-entered from U-Boot SPL, it is up to U-Boot to perform the next
stage load using its own internal CI gadget driver and SDP protocol
implementation. Drop the spl_board_init() to let SPL continue with
normal load in case the SDP support is enabled.

Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
board/toradex/verdin-imx8mm/spl.c