summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorOliver Gaskell <[email protected]>2024-09-12 16:50:57 +0100
committerTom Rini <[email protected]>2024-10-03 09:29:23 -0600
commit9e24d9a6156057914fcc8d2b1f004afb155e2fd8 (patch)
treecf205a6f063644f93f3c23dc37293c204f3dc9a5 /common
parente91d85e8fb9446ca9a0f396832637c0f586a0c39 (diff)
arm: SC594-SOM-EZLITE initial support
Adds support for Analog Devices' SC594-SOM-EZLITE board. Includes: - Board specific configs in mach-sc5xx/Kconfig - Board-specific Kconfig and environment in board/adi/ Signed-off-by: Oliver Gaskell <[email protected]>
Diffstat (limited to 'common')
-rw-r--r--common/spl/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index d46984b3eac..e723ff19968 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -1131,6 +1131,7 @@ config SPL_PAYLOAD_ARGS_ADDR
default 0x88000000 if ARCH_OMAP2PLUS
default 0x99000000 if ARCH_SC5XX && SC59X_64
default 0xA0000000 if ARCH_SC5XX && TARGET_SC594_SOM_EZKIT
+ default 0x80000000 if ARCH_SC5XX && TARGET_SC594_SOM_EZLITE
help
Address in memory where the 'args' file, typically a device tree
will be loaded in to memory.