summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eichenberger <stefan.eichenberger@toradex.com>2026-08-14 15:15:17 +0200
committerFabio Estevam <festevam@gmail.com>2026-08-14 16:21:23 -0300
commit817664148ebd584a55a4f482d198fe6ae595d079 (patch)
tree189546b34cc21e33f7997f2862ea7dd2926bf07c
parent26e89c6268273a9ca4c2784788cdb502d73f25da (diff)
downloadu-boot-817664148ebd584a55a4f482d198fe6ae595d079.tar.gz
u-boot-817664148ebd584a55a4f482d198fe6ae595d079.zip
configs: toradex-smarc-imx8mp: enable SPL_SYS_MMCSD_RAW_MODE
Enable raw MMC/SD boot mode again so that the SPL can load U-Boot proper from a RAW U-Boot sector. This was previously removed in commit 25fefa05d732 ("configs: Resync with savedefconfig") but is required for the Toradex SMARC-iMX8MP board to boot from MMC/SD. Fixes: 25fefa05d732 ("configs: Resync with savedefconfig") Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com>
-rw-r--r--configs/toradex-smarc-imx8mp_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/toradex-smarc-imx8mp_defconfig b/configs/toradex-smarc-imx8mp_defconfig
index 7301d7a4ace..83647284ae8 100644
--- a/configs/toradex-smarc-imx8mp_defconfig
+++ b/configs/toradex-smarc-imx8mp_defconfig
@@ -56,6 +56,8 @@ CONFIG_SPL_SYS_MALLOC=y
CONFIG_SPL_HAS_CUSTOM_MALLOC_START=y
CONFIG_SPL_CUSTOM_SYS_MALLOC_ADDR=0x42200000
CONFIG_SPL_SYS_MALLOC_SIZE=0x80000
+CONFIG_SPL_SYS_MMCSD_RAW_MODE=y
+CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0x300
CONFIG_SPL_I2C=y
CONFIG_SPL_POWER=y
CONFIG_SPL_WATCHDOG=y