From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chee, Tien Fong Date: Thu, 13 Jul 2017 01:47:57 +0000 Subject: [U-Boot] [PATCH v11 5/6] drivers: Enable FPGA driver build on SPL In-Reply-To: References: <1499072829-5626-1-git-send-email-tien.fong.chee@intel.com> <1499072829-5626-7-git-send-email-tien.fong.chee@intel.com> Message-ID: <1499910476.4335.4.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 Rab, 2017-07-12 at 12:57 +0200, Marek Vasut wrote: > On 07/03/2017 11:07 AM, tien.fong.chee at intel.com wrote: > > > > From: Tien Fong Chee > > > > Enable FPGA driver build for SPL because FPGA driver is needed for > > SPL > > to configure and getting DDR up before loading U-boot into DDR and > > booting from there. > It is only needed for that on Arria 10 , not elsewhere. > Okay, i will describe clearly on commit message. > > > > Signed-off-by: Tien Fong Chee > > Reviewed-by: Ley Foon Tan > > Reviewed-by: Dinh Nguyen > > --- > >  drivers/Makefile | 1 + > >  1 file changed, 1 insertion(+) > > > > diff --git a/drivers/Makefile b/drivers/Makefile > > index 64c39d3..4478212 100644 > > --- a/drivers/Makefile > > +++ b/drivers/Makefile > > @@ -48,6 +48,7 @@ obj-$(CONFIG_OMAP_USB_PHY) += usb/phy/ > >  obj-$(CONFIG_SPL_SATA_SUPPORT) += block/ > >  obj-$(CONFIG_SPL_USB_HOST_SUPPORT) += block/ > >  obj-$(CONFIG_SPL_MMC_SUPPORT) += block/ > > +obj-$(CONFIG_SPL_FPGA_SUPPORT) += fpga/ > >  endif > >   > >  ifdef CONFIG_TPL_BUILD > > >