diff options
| author | Frieder Schrempf <[email protected]> | 2025-08-25 15:54:27 +0200 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-09-05 09:03:28 -0300 |
| commit | 8addeb94c72bfac9561a1bae3844a94c05cefb47 (patch) | |
| tree | 6af2eb682b95c1b402cdb1a85907f329c14348b3 | |
| parent | 7118d961cccdb3cf86f3e2eebf19c476bba5aca9 (diff) | |
imx: kontron-sl-mx6ul: Set CONFIG_SDP_LOADADDR to fix SDP boot
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 <[email protected]>
| -rw-r--r-- | configs/kontron-sl-mx6ul_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/kontron-sl-mx6ul_defconfig b/configs/kontron-sl-mx6ul_defconfig index b04cd75a7d4..7ecf2bbaa9f 100644 --- a/configs/kontron-sl-mx6ul_defconfig +++ b/configs/kontron-sl-mx6ul_defconfig @@ -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 |
