From 26ea9ce5b84b688936a64d1c6102614ed1c28640 Mon Sep 17 00:00:00 2001
From: Michal Simek <michal.simek@xilinx.com>
Date: Fri, 2 May 2014 14:50:50 +0200
Subject: [PATCH] zynq: Enable fpga loadp and loadbp commands

Use new fpga commands for loading partial bitstreams.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---
 include/configs/zynq-common.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index 8eea24aede..fb600b8605 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
-- 
2.39.5