From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miquel Raynal Date: Wed, 1 Aug 2018 10:14:01 +0200 Subject: [U-Boot] [PATCH v5 00/27] SPI-NAND support In-Reply-To: References: <20180730154657.20738-1-miquel.raynal@bootlin.com> <20180731212553.7f26b368@bbrezillon> Message-ID: <20180801101401.5f914faf@xps13> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de Hi Jagan, Jagan Teki wrote on Wed, 1 Aug 2018 11:55:19 +0530: > On Wed, Aug 1, 2018 at 12:55 AM, Boris Brezillon > wrote: > > Hi Jagan, > > > > On Tue, 31 Jul 2018 20:03:47 +0530 > > Jagan Teki wrote: > > =20 > >> > Applied to u-boot-spi/master =20 > >> > >> Look like we have some build issues [1]? =20 > > > > Yep, I reproduced the issue. Looks like u-boot Makefile hierarchy is a > > bit different from Linux one, and patch is breaking raw/parallel NAND > > build. I fixed it up (see below diff). This diff should be merged in > > patch 9, and you'll have to fix a few conflicts when rebasing. Here is > > a branch [1] containing this fixup commit (placed just after the > > offending one) in case you want to check the end result. =20 >=20 > Thanks, better send a patch v5.1 and point me where we need to apply > with in the series so-that it can't break individual commits. Thanks Boris for fixing the build, while I actually forgot some changes in MAINTAINERS, doc, README... The current way of compiling the NAND subsystem from the root Makefile is clearly something to fix. I'll send a v6 with Boris fixup included, you'll just have to apply. Thanks, Miqu=C3=A8l