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_zcu106_revA_defconfig | |
parent | f854004f95570440c546f72524f8c5634342403b (diff) | |
download | u-boot-871ad9253f95b95c98632887a18374009c5c3e67.tar.gz |
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_zcu106_revA_defconfig')
-rw-r--r-- | configs/xilinx_zynqmp_zcu106_revA_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_zcu106_revA_defconfig b/configs/xilinx_zynqmp_zcu106_revA_defconfig index 4df75f08db..3ad1f60e7c 100644 --- a/configs/xilinx_zynqmp_zcu106_revA_defconfig +++ b/configs/xilinx_zynqmp_zcu106_revA_defconfig @@ -29,6 +29,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 |