From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miquel Raynal Date: Wed, 5 Dec 2018 11:55:02 +0100 Subject: [U-Boot] [PATCH v3 17/28] configs: remove raw NAND core from k2g defconfigs In-Reply-To: <20181205111949.2eaa2e1e@bbrezillon> References: <20181204235714.11805-1-miquel.raynal@bootlin.com> <20181204235714.11805-18-miquel.raynal@bootlin.com> <20181205111949.2eaa2e1e@bbrezillon> Message-ID: <20181205115502.747527e6@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 Boris, Boris Brezillon wrote on Wed, 5 Dec 2018 11:19:49 +0100: > On Wed, 5 Dec 2018 00:57:03 +0100 > Miquel Raynal wrote: >=20 > > Due to previous Makefile organization, the raw NAND subdirectory was > > not compiled in if CMD_NAND was not enabled. Because the Denali driver > > does not compile with these boards (undefined environment offset), > > remove the dependency within the defconfig over the controller driver > > (was ignored anyway in the past). =20 >=20 > Maybe this should be moved before the Makefile re-organization if this > the build of those defconfigs. I will move the first Makefile change at the end and probably squash it with the two others, so this will happen before any Makefile change. Thanks, Miqu=C3=A8l