commit | 2bfe253d317726b3429e246d34c322b831e16183 | [log] [tgz] |
---|---|---|
author | Algapally Santosh Sagar <santoshsagar.algapally@amd.com> | Mon May 22 15:21:08 2023 +0200 |
committer | Michal Simek <michal.simek@amd.com> | Mon Jun 12 13:24:31 2023 +0200 |
tree | 80da97edb1332abd69c21e65a673fb4f2892479c | |
parent | ed99a77b2a7642595aad6d3e114db1d6a7ca2bc6 [diff] [blame] |
xilinx: versal-net: Add new versalnet loadpdi command 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
diff --git a/board/xilinx/versal-net/Kconfig b/board/xilinx/versal-net/Kconfig index 8f94d2b..2484429 100644 --- a/board/xilinx/versal-net/Kconfig +++ b/board/xilinx/versal-net/Kconfig
@@ -6,4 +6,12 @@ if ARCH_VERSAL_NET +config CMD_VERSAL_NET + bool "Enable Versal NET specific commands" + default y + depends on ZYNQMP_FIRMWARE + help + Select this to enable Versal NET specific commands. + Commands like versalnet loadpdi are enabled by this. + endif