mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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:
@@ -74,3 +74,4 @@ CONFIG_SPL_TIMER=y
|
||||
CONFIG_USB=y
|
||||
CONFIG_USB_DWC2=y
|
||||
CONFIG_USB_STORAGE=y
|
||||
CONFIG_SC5XX_LOADADDR=0xA2000000
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user