U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Eichenberger <eichest@gmail.com>
To: francesco.dolcini@toradex.com, sbabic@nabladev.com,
	festevam@gmail.com, uboot-imx@nxp.com, trini@konsulko.com,
	sjg@chromium.org, peng.fan@nxp.com
Cc: u-boot@lists.u-boot-project.org,
	Stefan Eichenberger <stefan.eichenberger@toradex.com>
Subject: [PATCH] configs: toradex-smarc-imx8mp: enable SPL_SYS_MMCSD_RAW_MODE
Date: Fri, 14 Aug 2026 15:15:17 +0200	[thread overview]
Message-ID: <20260814131535.308025-1-eichest@gmail.com> (raw)

From: Stefan Eichenberger <stefan.eichenberger@toradex.com>

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>
---
 configs/toradex-smarc-imx8mp_defconfig | 2 ++
 1 file changed, 2 insertions(+)

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
-- 
2.55.0


             reply	other threads:[~2026-08-14 13:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-14 13:15 Stefan Eichenberger [this message]
2026-08-14 13:29 ` [PATCH] configs: toradex-smarc-imx8mp: enable SPL_SYS_MMCSD_RAW_MODE Francesco Dolcini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260814131535.308025-1-eichest@gmail.com \
    --to=eichest@gmail.com \
    --cc=festevam@gmail.com \
    --cc=francesco.dolcini@toradex.com \
    --cc=peng.fan@nxp.com \
    --cc=sbabic@nabladev.com \
    --cc=sjg@chromium.org \
    --cc=stefan.eichenberger@toradex.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.u-boot-project.org \
    --cc=uboot-imx@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox