From: Joe Hershberger Date: Thu, 31 May 2012 01:47:05 +0000 (-0500) Subject: Xilinx: ARM: Enable fpga command X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e12a59fb734469f159233f0095ed395679d07f44;p=thirdparty%2Fu-boot.git Xilinx: ARM: Enable fpga command This will allow the PL to be configured from within u-boot. Signed-off-by: Joe Hershberger --- diff --git a/include/configs/zynq_common.h b/include/configs/zynq_common.h index af504e4ec94..6bb0d710eab 100644 --- a/include/configs/zynq_common.h +++ b/include/configs/zynq_common.h @@ -116,4 +116,11 @@ #define CONFIG_SYS_LOAD_ADDR 0 /* default? */ +/* Enable the PL to be downloaded */ + +#define CONFIG_FPGA +#define CONFIG_FPGA_XILINX +#define CONFIG_FPGA_ZYNQPL +#define CONFIG_CMD_FPGA + #endif /* __CONFIG_ZYNQ_COMMON_H */