]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
mach-sc59x: Add CONFIG_SC5XX_LOADADDR
authorCaleb Ethridge <caleb.ethridge@analog.com>
Thu, 21 May 2026 13:53:14 +0000 (09:53 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 4 Jun 2026 18:24:18 +0000 (12:24 -0600)
Add CONFIG_SC5XX_LOADADDR to the sc59x family of
boards to set the default load address for the
loaded fit image. This value is autopopulated into
the environment variable loadaddr.

Signed-off-by: Caleb Ethridge <caleb.ethridge@analog.com>
configs/sc594-som-ezkit-spl_defconfig
configs/sc594-som-ezlite-spl_defconfig
configs/sc598-som-ezkit-spl_defconfig
configs/sc598-som-ezlite-spl_defconfig

index c379de2c146c6c592da018f359cdefce3bb6b17c..89ef08c1a72d5e4ade15853d2f79e1783639eec3 100644 (file)
@@ -74,3 +74,4 @@ CONFIG_SPL_TIMER=y
 CONFIG_USB=y
 CONFIG_USB_DWC2=y
 CONFIG_USB_STORAGE=y
+CONFIG_SC5XX_LOADADDR=0xA2000000
index 54b26ed85c209748e9a43a7a9a7593cd853505c6..9e907d3113614f61ffb18313b0395253d1fae2cf 100644 (file)
@@ -83,3 +83,4 @@ CONFIG_USB_DWC2=y
 CONFIG_USB_STORAGE=y
 # CONFIG_SPL_CRC8 is not set
 # CONFIG_TOOLS_MKEFICAPSULE is not set
+CONFIG_SC5XX_LOADADDR=0xA2000000
index 98256517b8780b15405504b30b92a063940a9720..cd1bafd74867b5ff53ce42776de9e8b47ee781cb 100644 (file)
@@ -107,3 +107,4 @@ CONFIG_USB_DWC2=y
 CONFIG_USB_STORAGE=y
 # CONFIG_SPL_CRC8 is not set
 # CONFIG_TOOLS_MKEFICAPSULE is not set
+CONFIG_SC5XX_LOADADDR=0x90000000
index 1c4f9309daad7107dd85c756bd2d1f6c714a547d..e4a975eedfc9d80b4dba77f7fa3847a8192c2b21 100644 (file)
@@ -105,3 +105,4 @@ CONFIG_USB_DWC2=y
 CONFIG_USB_STORAGE=y
 # CONFIG_SPL_CRC8 is not set
 # CONFIG_TOOLS_MKEFICAPSULE is not set
+CONFIG_SC5XX_LOADADDR=0x90000000