From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ang, Chee Hong Date: Thu, 26 Apr 2018 06:16:08 +0000 Subject: [U-Boot] [PATCH v1 3/3] arm: socfpga: stratix10: Enable Stratix10 FPGA Reconfiguration In-Reply-To: <70c90ef3-6a17-729c-5a69-03cac87b2a64@denx.de> References: <1524194806-4821-1-git-send-email-chee.hong.ang@intel.com> <1524194806-4821-4-git-send-email-chee.hong.ang@intel.com> <70c90ef3-6a17-729c-5a69-03cac87b2a64@denx.de> Message-ID: <1524723368.29684.26.camel@intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On Fri, 2018-04-20 at 05:43 +0200, Marek Vasut wrote: > On 04/20/2018 05:26 AM, chee.hong.ang at intel.com wrote: > > > > From: Chee Hong Ang > > > > Enable Stratix10 FPGA reconfiguration support in defconfig. > > > > Signed-off-by: Chee Hong Ang > > --- > >  configs/socfpga_stratix10_defconfig | 2 ++ > >  1 file changed, 2 insertions(+) > > > > diff --git a/configs/socfpga_stratix10_defconfig > > b/configs/socfpga_stratix10_defconfig > > index 46b7999..2414f4e 100644 > > --- a/configs/socfpga_stratix10_defconfig > > +++ b/configs/socfpga_stratix10_defconfig > > @@ -9,6 +9,8 @@ CONFIG_SPL_FAT_SUPPORT=y > >  CONFIG_DEFAULT_DEVICE_TREE="socfpga_stratix10_socdk" > >  CONFIG_BOOTDELAY=5 > >  CONFIG_HUSH_PARSER=y > > +CONFIG_FPGA_ALTERA=y > > +CONFIG_FPGA_STRATIX10=y > CONFIG_FPGA_STRATIX10 should select FPGA_ALTERA in Kconfig Will be addressed in v2 patch. > > > > >  CONFIG_SYS_PROMPT="SOCFPGA_STRATIX10 # " > >  CONFIG_CMD_MEMTEST=y > >  # CONFIG_CMD_FLASH is not set > > >