diff options
author | Michal Simek <michal.simek@xilinx.com> | 2014-05-02 14:50:50 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-05-20 15:23:46 +0200 |
commit | 26ea9ce5b84b688936a64d1c6102614ed1c28640 (patch) | |
tree | cc0da6c9848928885fd34de8ceff8ef31f21a689 /include/configs/zynq-common.h | |
parent | 5b815c9c61499a3a0a4b9a16ac9d08cf83d31fd3 (diff) | |
download | talos-obmc-uboot-26ea9ce5b84b688936a64d1c6102614ed1c28640.tar.gz talos-obmc-uboot-26ea9ce5b84b688936a64d1c6102614ed1c28640.zip |
zynq: Enable fpga loadp and loadbp commands
Use new fpga commands for loading partial bitstreams.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/zynq-common.h')
-rw-r--r-- | include/configs/zynq-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |