diff options
| author | T Karthik Reddy <[email protected]> | 2020-06-24 03:23:57 -0600 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2020-08-20 09:49:20 +0200 |
| commit | 526a67eb35cb1b6cea2b269c9690550dee232b74 (patch) | |
| tree | 20942843737dd8f23bdcf244b28b0589b99b473b /arch | |
| parent | 1b208d59bac12da6f8bd2f7d9e9482fa16340705 (diff) | |
xilinx: versal: Add new versal loadpdi command
Versal loadpdi command is used for loading secure & non-secure
pdi images.
Signed-off-by: T Karthik Reddy <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 84018516668..a3930b57141 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1962,6 +1962,7 @@ source "board/vscom/baltos/Kconfig" source "board/xilinx/Kconfig" source "board/xilinx/zynq/Kconfig" source "board/xilinx/zynqmp/Kconfig" +source "board/xilinx/versal/Kconfig" source "board/phytium/durian/Kconfig" source "board/xen/xenguest_arm64/Kconfig" |
