summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrieder Schrempf <[email protected]>2025-07-22 12:39:11 +0200
committerFabio Estevam <[email protected]>2025-07-24 07:58:59 -0300
commit25140f89086a7c0ae399377848569f80efdfeb53 (patch)
treea81573ba17be96c3f40a2c34bfebf893ad6b8e7e
parent7056aad69624611690f5880be35edf99db632ca0 (diff)
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 <[email protected]> Acked-by: Peng Fan <[email protected]>
-rw-r--r--configs/imx6dl_sielaff_defconfig1
1 files changed, 1 insertions, 0 deletions
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