From 26ea9ce5b84b688936a64d1c6102614ed1c28640 Mon Sep 17 00:00:00 2001 From: Michal Simek 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 --- 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 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