summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorCaleb Ethridge <[email protected]>2026-05-21 09:53:14 -0400
committerTom Rini <[email protected]>2026-06-04 12:24:18 -0600
commite4b04e491fe7d78ed1e64974832bb79d2d91a7a8 (patch)
tree8e07e044fd17ff9f081dd4f8967f5fffcbdf9f79 /configs
parent77c79a2c60fddb0a394289d436e21148371260b4 (diff)
mach-sc59x: Add CONFIG_SC5XX_LOADADDR
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 <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r--configs/sc594-som-ezkit-spl_defconfig1
-rw-r--r--configs/sc594-som-ezlite-spl_defconfig1
-rw-r--r--configs/sc598-som-ezkit-spl_defconfig1
-rw-r--r--configs/sc598-som-ezlite-spl_defconfig1
4 files changed, 4 insertions, 0 deletions
diff --git a/configs/sc594-som-ezkit-spl_defconfig b/configs/sc594-som-ezkit-spl_defconfig
index c379de2c146..89ef08c1a72 100644
--- a/configs/sc594-som-ezkit-spl_defconfig
+++ b/configs/sc594-som-ezkit-spl_defconfig
@@ -74,3 +74,4 @@ CONFIG_SPL_TIMER=y
CONFIG_USB=y
CONFIG_USB_DWC2=y
CONFIG_USB_STORAGE=y
+CONFIG_SC5XX_LOADADDR=0xA2000000
diff --git a/configs/sc594-som-ezlite-spl_defconfig b/configs/sc594-som-ezlite-spl_defconfig
index 54b26ed85c2..9e907d31136 100644
--- a/configs/sc594-som-ezlite-spl_defconfig
+++ b/configs/sc594-som-ezlite-spl_defconfig
@@ -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
diff --git a/configs/sc598-som-ezkit-spl_defconfig b/configs/sc598-som-ezkit-spl_defconfig
index 98256517b87..cd1bafd7486 100644
--- a/configs/sc598-som-ezkit-spl_defconfig
+++ b/configs/sc598-som-ezkit-spl_defconfig
@@ -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
diff --git a/configs/sc598-som-ezlite-spl_defconfig b/configs/sc598-som-ezlite-spl_defconfig
index 1c4f9309daa..e4a975eedfc 100644
--- a/configs/sc598-som-ezlite-spl_defconfig
+++ b/configs/sc598-som-ezlite-spl_defconfig
@@ -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