From: Frieder Schrempf Date: Tue, 22 Jul 2025 10:39:11 +0000 (+0200) Subject: configs: imx6dl_sielaff: Set CONFIG_SDP_LOADADDR to fix SDP boot X-Git-Tag: v2025.10-rc1~11^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25140f89086a7c0ae399377848569f80efdfeb53;p=thirdparty%2Fu-boot.git configs: imx6dl_sielaff: Set CONFIG_SDP_LOADADDR to fix SDP boot 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 Acked-by: Peng Fan --- diff --git a/configs/imx6dl_sielaff_defconfig b/configs/imx6dl_sielaff_defconfig index aa4f01f0e5a..a4271ea071a 100644 --- a/configs/imx6dl_sielaff_defconfig +++ b/configs/imx6dl_sielaff_defconfig @@ -115,5 +115,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