diff options
author | Michal Simek <michal.simek@xilinx.com> | 2019-01-15 11:01:54 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2019-01-24 10:03:43 +0100 |
commit | 871ad9253f95b95c98632887a18374009c5c3e67 (patch) | |
tree | a637b0f35a6ae2df0f405ebc4ddbf1f5e0b9d318 /configs/xilinx_zynqmp_zc1751_xm017_dc3_defconfig | |
parent | f854004f95570440c546f72524f8c5634342403b (diff) |
arm64: zynqmp: Enable FPGA_LOAD_SECURE command
Enable fpga load secure feature for xilinx platforms.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/xilinx_zynqmp_zc1751_xm017_dc3_defconfig')
-rw-r--r-- | configs/xilinx_zynqmp_zc1751_xm017_dc3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_zc1751_xm017_dc3_defconfig b/configs/xilinx_zynqmp_zc1751_xm017_dc3_defconfig index c5c416b842..dab36e276a 100644 --- a/configs/xilinx_zynqmp_zc1751_xm017_dc3_defconfig +++ b/configs/xilinx_zynqmp_zc1751_xm017_dc3_defconfig @@ -25,6 +25,7 @@ CONFIG_CMD_DFU=y # CONFIG_CMD_FLASH is not set CONFIG_CMD_FPGA_LOADBP=y CONFIG_CMD_FPGA_LOADP=y +CONFIG_CMD_FPGA_LOAD_SECURE=y CONFIG_CMD_GPIO=y CONFIG_CMD_GPT=y CONFIG_CMD_I2C=y |