]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: imx8m: phycore_imx8mm: Drop bogus spl_board_init()
authorMarek Vasut <marex@denx.de>
Mon, 19 Sep 2022 19:41:16 +0000 (21:41 +0200)
committerStefano Babic <sbabic@denx.de>
Fri, 21 Oct 2022 09:54:12 +0000 (11:54 +0200)
commit21d2cdbb0469e8f24c6f1c5645e9802b6b636202
tree5ba7d9444771d17250d774b48a684b955215975e
parentaeaa00cdf85caeb689c6ab7687b463e707c24416
ARM: imx8m: phycore_imx8mm: Drop bogus spl_board_init()

The current implementation of spl_board_init() 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/phytec/phycore_imx8mm/spl.c
configs/phycore-imx8mm_defconfig