mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
xilinx: versal-net: Fix incorrect platform name in Kconfig
Fix incorrect name used in entry description. Signed-off-by: Michal Simek <michal.simek@amd.com>
This commit is contained in:
parent
7ca9662d7f
commit
6b067f4bfa
1 changed files with 1 additions and 1 deletions
|
@ -1230,7 +1230,7 @@ config ARCH_VERSAL
|
|||
imply ENV_VARS_UBOOT_RUNTIME_CONFIG
|
||||
|
||||
config ARCH_VERSAL_NET
|
||||
bool "Support Xilinx Keystone Platform"
|
||||
bool "Support Xilinx Versal NET Platform"
|
||||
select ARM64
|
||||
select CLK
|
||||
select DM
|
||||
|
|
Loading…
Reference in a new issue