git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7056aad
)
configs: imx6dl_sielaff: Set CONFIG_SDP_LOADADDR to fix SDP boot
author
Frieder Schrempf
<frieder.schrempf@kontron.de>
Tue, 22 Jul 2025 10:39:11 +0000
(12:39 +0200)
committer
Fabio Estevam
<festevam@gmail.com>
Thu, 24 Jul 2025 10:58:59 +0000
(07:58 -0300)
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@kontron.de>
Acked-by: Peng Fan <peng.fan@nxp.com>
configs/imx6dl_sielaff_defconfig
patch
|
blob
|
history
diff --git
a/configs/imx6dl_sielaff_defconfig
b/configs/imx6dl_sielaff_defconfig
index
aa4f01f
..
a4271ea
100644
(file)
--- 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