summaryrefslogtreecommitdiff
path: root/configs/phycore-imx8mm_defconfig
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2022-09-19 22:41:16 +0300
committerStefano Babic <sbabic@denx.de>2022-10-21 12:54:12 +0300
commit8e374457bad7ab9dcaae580cfbbd2b1ca02c46a1 (patch)
tree5ba7d9444771d17250d774b48a684b955215975e /configs/phycore-imx8mm_defconfig
parent1f908b1898bd5258bb95521de54fdca8e91edb00 (diff)
downloadu-boot-8e374457bad7ab9dcaae580cfbbd2b1ca02c46a1.tar.xz
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>
Diffstat (limited to 'configs/phycore-imx8mm_defconfig')
-rw-r--r--configs/phycore-imx8mm_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/phycore-imx8mm_defconfig b/configs/phycore-imx8mm_defconfig
index 9b8c09a73a..e8d7905bb4 100644
--- a/configs/phycore-imx8mm_defconfig
+++ b/configs/phycore-imx8mm_defconfig
@@ -30,7 +30,6 @@ CONFIG_BOARD_LATE_INIT=y
CONFIG_SPL_HAS_BSS_LINKER_SECTION=y
CONFIG_SPL_BSS_START_ADDR=0x910000
CONFIG_SPL_BSS_MAX_SIZE=0x2000
-CONFIG_SPL_BOARD_INIT=y
# CONFIG_SPL_SHARES_INIT_SP_ADDR is not set
CONFIG_SPL_STACK=0x920000
CONFIG_SYS_SPL_MALLOC=y