From e12a59fb734469f159233f0095ed395679d07f44 Mon Sep 17 00:00:00 2001 From: Joe Hershberger Date: Wed, 30 May 2012 20:47:05 -0500 Subject: [PATCH] Xilinx: ARM: Enable fpga command This will allow the PL to be configured from within u-boot. Signed-off-by: Joe Hershberger --- include/configs/zynq_common.h | 7 +++++++ 1 file changed, 7 insertions(+) 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 */ -- 2.47.3