diff options
author | Oliver Gaskell <Oliver.Gaskell@analog.com> | 2024-09-12 16:50:59 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-10-03 09:29:23 -0600 |
commit | 03ef0adcebcb548e5e4dc9a798227efaa1c16370 (patch) | |
tree | 318c1ff017cb26e189d9939fe482ce6b05a74bf0 /Kconfig | |
parent | 07735eee98aac467a8539eaa02c3c64c73dfe864 (diff) | |
download | u-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-- | Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |