From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Tue, 29 Aug 2017 13:51:14 +0200 Subject: [U-Boot] [PATCH 01/19] configs: Add FPGA loadfs config for Arria 10 In-Reply-To: <1504003561-6290-2-git-send-email-tien.fong.chee@intel.com> References: <1504003561-6290-1-git-send-email-tien.fong.chee@intel.com> <1504003561-6290-2-git-send-email-tien.fong.chee@intel.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/29/2017 12:45 PM, tien.fong.chee at intel.com wrote: > From: Tien Fong Chee > > This config allow FPGA design loaded from FAT fs to FPGA manager. > > Signed-off-by: Tien Fong Chee > --- > configs/socfpga_arria10_defconfig | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/configs/socfpga_arria10_defconfig b/configs/socfpga_arria10_defconfig > index 53ab66f..d555743 100644 > --- a/configs/socfpga_arria10_defconfig > +++ b/configs/socfpga_arria10_defconfig > @@ -29,3 +29,4 @@ CONFIG_DWAPB_GPIO=y > CONFIG_DM_MMC=y > CONFIG_SYS_NS16550=y > CONFIG_USE_TINY_PRINTF=y > +CONFIG_CMD_FPGA_LOADFS=y You should enable stuff only after you add the necessary support bits ... -- Best regards, Marek Vasut