
2 May
2014
2 May
'14
3:34 p.m.
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 acf1bfd..af420d1 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -215,6 +215,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 -- 1.8.2.3