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 <caleb.ethridge@analog.com>
This commit is contained in:
Caleb Ethridge
2026-05-21 09:53:14 -04:00
committed by Tom Rini
parent 77c79a2c60
commit e4b04e491f
4 changed files with 4 additions and 0 deletions

View File

@@ -74,3 +74,4 @@ CONFIG_SPL_TIMER=y
CONFIG_USB=y
CONFIG_USB_DWC2=y
CONFIG_USB_STORAGE=y
CONFIG_SC5XX_LOADADDR=0xA2000000

View 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

View 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

View 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