diff options
| author | Michal Simek <[email protected]> | 2014-05-02 14:50:50 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2014-05-20 15:23:46 +0200 |
| commit | 26ea9ce5b84b688936a64d1c6102614ed1c28640 (patch) | |
| tree | cc0da6c9848928885fd34de8ceff8ef31f21a689 /include | |
| parent | 5b815c9c61499a3a0a4b9a16ac9d08cf83d31fd3 (diff) | |
zynq: Enable fpga loadp and loadbp commands
Use new fpga commands for loading partial bitstreams.
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'include')
| -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 8eea24aedef..fb600b8605c 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 |
