summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2014-05-02 12:50:50 (GMT)
committerMichal Simek <michal.simek@xilinx.com>2014-05-20 13:23:46 (GMT)
commit26ea9ce5b84b688936a64d1c6102614ed1c28640 (patch)
treecc0da6c9848928885fd34de8ceff8ef31f21a689
parent5b815c9c61499a3a0a4b9a16ac9d08cf83d31fd3 (diff)
downloadu-boot-fsl-qoriq-26ea9ce5b84b688936a64d1c6102614ed1c28640.tar.xz
zynq: Enable fpga loadp and loadbp commands
Use new fpga commands for loading partial bitstreams. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r--include/configs/zynq-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index 8eea24a..fb600b8 100644
--- a/include/configs/zynq-common.h
+++ b/include/configs/zynq-common.h
@@ -192,6 +192,8 @@
#define CONFIG_FPGA_ZYNQPL
#define CONFIG_CMD_FPGA
#define CONFIG_CMD_FPGA_LOADMK
+#define CONFIG_CMD_FPGA_LOADP
+#define CONFIG_CMD_FPGA_LOADBP
/* Open Firmware flat tree */
#define CONFIG_OF_LIBFDT