[PATCH 2/2] configs: imx6dl_sielaff: Set CONFIG_SDP_LOADADDR to fix SDP boot

Frieder Schrempf frieder at fris.de
Mon Jul 21 14:51:44 CEST 2025


From: Frieder Schrempf <frieder.schrempf at kontron.de>

We need to set CONFIG_SDP_LOADADDR to a reasonable value in order
to successfully load the U-Boot proper image in SPL via SDP.

Signed-off-by: Frieder Schrempf <frieder.schrempf at kontron.de>
---
 configs/imx6dl_sielaff_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/imx6dl_sielaff_defconfig b/configs/imx6dl_sielaff_defconfig
index ccd0dcf962c..e8e8a07665a 100644
--- a/configs/imx6dl_sielaff_defconfig
+++ b/configs/imx6dl_sielaff_defconfig
@@ -114,5 +114,6 @@ CONFIG_USB_GADGET_MANUFACTURER="FSL"
 CONFIG_USB_GADGET_VENDOR_NUM=0x0525
 CONFIG_USB_GADGET_PRODUCT_NUM=0xa4a5
 CONFIG_CI_UDC=y
+CONFIG_SDP_LOADADDR=0x17ffffc0
 CONFIG_SPL_USB_SDP_SUPPORT=y
 CONFIG_IMX_WATCHDOG=y
-- 
2.50.1



More information about the U-Boot mailing list