From 934c9944058ce370864be47b2828cf879edfe9be Mon Sep 17 00:00:00 2001 From: Siva Durga Prasad Paladugu Date: Fri, 14 Mar 2014 16:35:40 +0530 Subject: [PATCH] zynq: Added config to support loadfs FPGA command Added config CONFIG_FPGA_LOADFS to support loadfs FPGA command. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- include/configs/zynq-common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index c6df42d8c28..6f0077cce41 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -326,6 +326,7 @@ #define CONFIG_FPGA_XILINX #define CONFIG_FPGA_ZYNQPL #define CONFIG_CMD_FPGA +#define CONFIG_FPGA_LOADFS /* Open Firmware flat tree */ #define CONFIG_OF_LIBFDT -- 2.47.3