From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chee, Tien Fong Date: Mon, 29 May 2017 03:00:18 +0000 Subject: [U-Boot] [PATCH v6 0/6] Add Intel Arria 10 SoC FPGA driver In-Reply-To: <55c57051-8423-0120-67b3-632fa183f395@kernel.org> References: <1495592652-26739-1-git-send-email-tien.fong.chee@intel.com> <481e0bfc-f2b4-887f-8c1d-a7cf513584d5@kernel.org> <1495702414.2373.5.camel@intel.com> <1495788518.3408.7.camel@intel.com> <55c57051-8423-0120-67b3-632fa183f395@kernel.org> Message-ID: <1496026812.3408.9.camel@intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Jum, 2017-05-26 at 09:49 -0500, Dinh Nguyen wrote: > > On 05/26/2017 03:48 AM, Chee, Tien Fong wrote: > > > > > > > > > > > > So the patch for using CONFIG_SPL_FPGA_SUPPORT is causing this > > > build > > > error. Please investigate. > > > > > > Dinh > > Hi Dinh, > > > > I have tried with both u-boot.git and u-boot-socfpga.git lastest > > version, i can't still reproduce the issue u have seen :(. Would > > you > > mind to share me the details of the step to reproduce it such as on > > what branch? > > > Ah, sorry about that. I went back and just did a batch apply of all 6 > patches, and it builds fine. > > I was hitting the build error because I missed applying patch 4/6 > "arm: > socfpga: Enable FPGA driver build on SPL" > > The reason I missed this was because the 3/6 patch was named "arm: > socfpga: Enable FPGA driver on SPL". > > So can you please go back and edit the commit header of patch 4/6, to > something more generic? As its not ARM or SOCFPGA specific. > > Thanks, > Dinh great, at least we know what going on. Yeah, i can change that to more generic. Thanks.