Siva Durga Prasad Paladugu | c436bf9 | 2018-02-28 13:26:53 +0530 | [diff] [blame] | 1 | # Copyright (c) 2018, Xilinx, Inc. |
| 2 | # |
| 3 | # SPDX-License-Identifier: GPL-2.0 |
| 4 | |
| 5 | if ARCH_ZYNQMP |
| 6 | |
| 7 | config CMD_ZYNQMP |
| 8 | bool "Enable ZynqMP specific commands" |
| 9 | default y |
| 10 | help |
| 11 | Enable ZynqMP specific commands like "zynqmp secure" |
| 12 | which is used for zynqmp secure image verification. |
| 13 | The secure image is a xilinx specific BOOT.BIN with |
| 14 | either authentication or encryption or both encryption |
| 15 | and authentication feature enabled while generating |
| 16 | BOOT.BIN using Xilinx bootgen tool. |
| 17 | |
| 18 | endif |