mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
526a67eb35
Versal loadpdi command is used for loading secure & non-secure pdi images. Signed-off-by: T Karthik Reddy <t.karthik.reddy@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
14 lines
235 B
Text
14 lines
235 B
Text
# Copyright (c) 2020, Xilinx, Inc.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
if ARCH_VERSAL
|
|
|
|
config CMD_VERSAL
|
|
bool "Enable Versal specific commands"
|
|
default y
|
|
depends on ZYNQMP_FIRMWARE
|
|
help
|
|
Enable Versal specific commands.
|
|
|
|
endif
|