]> Git Repo - J-u-boot.git/blobdiff - include/zynqmppl.h
fpga: zynqmp: support loading encrypted bitfiles
[J-u-boot.git] / include / zynqmppl.h
index 87ccd2f394c9453e4e61980ec334a8a1eff0d03a..acf75a8f079ce359f1c164cc1dff9344726961d2 100644 (file)
@@ -26,7 +26,9 @@
 extern struct xilinx_fpga_op zynqmp_op;
 
 #if CONFIG_IS_ENABLED(FPGA_LOAD_SECURE)
-#define ZYNQMP_FPGA_FLAGS      (FPGA_LEGACY | FPGA_XILINX_ZYNQMP_DDRAUTH)
+#define ZYNQMP_FPGA_FLAGS      (FPGA_LEGACY | \
+                                FPGA_XILINX_ZYNQMP_DDRAUTH | \
+                                FPGA_XILINX_ZYNQMP_ENC)
 #else
 #define ZYNQMP_FPGA_FLAGS      (FPGA_LEGACY)
 #endif
This page took 0.027565 seconds and 4 git commands to generate.