aboutsummaryrefslogtreecommitdiffstats
path: root/Kconfig
diff options
context:
space:
mode:
authorOliver Gaskell <Oliver.Gaskell@analog.com>2024-09-12 16:50:59 +0100
committerTom Rini <trini@konsulko.com>2024-10-03 09:29:23 -0600
commit03ef0adcebcb548e5e4dc9a798227efaa1c16370 (patch)
tree318c1ff017cb26e189d9939fe482ce6b05a74bf0 /Kconfig
parent07735eee98aac467a8539eaa02c3c64c73dfe864 (diff)
downloadu-boot-03ef0adcebcb548e5e4dc9a798227efaa1c16370.tar.gz
arm: SC589-EZKIT initial support
Adds support for Analog Devices' SC589-EZKIT board. Includes: - Board specific configs in mach-sc5xx/Kconfig - Board-specific Kconfig and environment in board/adi/ - Memory configuration Signed-off-by: Oliver Gaskell <Oliver.Gaskell@analog.com>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index 2422b94e6d2..bdae1b01d3f 100644
--- a/Kconfig
+++ b/Kconfig
@@ -648,6 +648,7 @@ config TEXT_BASE
default 0x96000000 if ARCH_SC5XX && SC59X_64
default 0xB2200000 if ARCH_SC5XX && SC59X
default 0x89200000 if ARCH_SC5XX && TARGET_SC584_EZKIT
+ default 0xC2200000 if ARCH_SC5XX && TARGET_SC589_EZKIT
hex "Text Base"
help
The address in memory that U-Boot will be copied and executed from