From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miquel Raynal Date: Sun, 27 Oct 2019 00:03:29 +0200 Subject: [U-Boot] [PATCH v6 0/3] End of the MTD makefile cleanup In-Reply-To: References: <20191025173931.10693-1-miquel.raynal@bootlin.com> Message-ID: <20191027000329.7082efaa@xps13> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Hi Jagan, Jagan Teki wrote on Sat, 26 Oct 2019 15:50:06 +0530: > On Fri, Oct 25, 2019 at 11:09 PM Miquel Raynal > wrote: > > > > As rightfully pointed by Jagan, I should have dropped the dependency > > of cmd/sf.c and cmd/nand.c on mtd_uboot.c in patch 24/26 of the "MTD > > defconfigs/Kconfigs/Makefiles heavy cleanup" v5 series. > > > > Instead of sending the 40 patches again, here are only the last three > > patches with: > > * patch 1 (24/26) being corrected as per Jagan's comment > > * patch 2 (25/26) is untouched > > * patch 3 (26/26) is almost untouched but I had to resolve a conflict > > due to patch 1. > > > > Thanks, > > Miquèl > > > > Miquel Raynal (3): > > cmd: nand/sf: isolate legacy code > > cmd: make MTD commands depend on MTD > > mtd: Makefile: deep cleanup > > Reviewed-by: Jagan Teki Thanks! Who is supposed to take the two series? Miquèl