]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Xilinx: ARM: Enable fpga command
authorJoe Hershberger <joe.hershberger@ni.com>
Thu, 31 May 2012 01:47:05 +0000 (20:47 -0500)
committerJohn Linn <john.linn@xilinx.com>
Fri, 1 Jun 2012 21:51:54 +0000 (14:51 -0700)
This will allow the PL to be configured from within u-boot.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
include/configs/zynq_common.h

index af504e4ec94cffaf48479333188c3dea3da1ce49..6bb0d710eab97002ecd26b0ea219a547cef4a0e4 100644 (file)
 
 #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 */