]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
imx: kontron-sl-mx6ul: Set CONFIG_SDP_LOADADDR to fix SDP boot
authorFrieder Schrempf <frieder.schrempf@kontron.de>
Mon, 25 Aug 2025 13:54:27 +0000 (15:54 +0200)
committerFabio Estevam <festevam@gmail.com>
Fri, 5 Sep 2025 12:03:28 +0000 (09:03 -0300)
We need to set CONFIG_SDP_LOADADDR to a valid RAM address to make
SDP boot work. Use the end of the DDR (256 MiB minimum) as other
boards do.

Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
configs/kontron-sl-mx6ul_defconfig

index b04cd75a7d49e60a62261ddf673a118664758595..7ecf2bbaa9f85f1a05c766ec84cea1c19a497e6e 100644 (file)
@@ -107,5 +107,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=0x8f7fffc0
 CONFIG_USB_GADGET_DOWNLOAD=y
 CONFIG_SPL_USB_SDP_SUPPORT=y