mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 06:42:56 +00:00
2bfe253d31
Versal NET loadpdi command is used for loading secure & non-secure pdi images. Signed-off-by: Algapally Santosh Sagar <santoshsagar.algapally@amd.com> Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/f43709af894b669833770acb39ff5856fecf6d66.1684761656.git.michal.simek@amd.com
10 lines
229 B
Makefile
10 lines
229 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (C) 2021 - 2022, Xilinx, Inc.
|
|
# Copyright (C) 2022, Advanced Micro Devices, Inc.
|
|
#
|
|
# Michal Simek <michal.simek@amd.com>
|
|
#
|
|
|
|
obj-y := board.o
|
|
obj-$(CONFIG_CMD_VERSAL_NET) += cmds.o
|