diff options
author | Michal Simek <michal.simek@amd.com> | 2022-09-19 14:21:02 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2022-09-26 14:23:29 +0200 |
commit | f6aebdf676ed003391d158edde4ec74b41a83cb8 (patch) | |
tree | c86aa523435be5dde6ff50a0777549f0f81e954d /Kconfig | |
parent | 2b1db7b18c97432d496f586311511ae230bed0d2 (diff) | |
download | u-boot-f6aebdf676ed003391d158edde4ec74b41a83cb8.tar.gz u-boot-f6aebdf676ed003391d158edde4ec74b41a83cb8.tar.bz2 u-boot-f6aebdf676ed003391d158edde4ec74b41a83cb8.zip |
arm64: versal-net: Add support for Versal NET platform
Versal NET platform is based on Versal chip which is reusing a lot of IPs.
For more information about new IPs please take a look at DT which describe
currently supported devices.
The patch is adding architecture and board support with soc detection
algorithm. Generic setting should be very similar to Versal but it will
likely diverge in longer run.
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/320206853dc370ce290a4e7b6d0bb26b05206021.1663589964.git.michal.simek@amd.com
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -540,7 +540,7 @@ config PLATFORM_ELFENTRY config STACK_SIZE hex "Define max stack size that can be used by U-Boot" - default 0x4000000 if ARCH_VERSAL || ARCH_ZYNQMP + default 0x4000000 if ARCH_VERSAL_NET || ARCH_VERSAL || ARCH_ZYNQMP default 0x200000 if MICROBLAZE default 0x1000000 help |