From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Fri, 13 Jan 2017 10:02:09 +0000 Subject: [U-Boot] [PATCH v3] disk: convert to Kconfig In-Reply-To: <20170111191308.GA7532@bill-the-cat> References: <1480939265-26361-1-git-send-email-patrick.delaunay73@gmail.com> <20161205160120.GK4248@bill-the-cat> <57eaa35b81aa454999e120d95c380c18@SFHDAG6NODE3.st.com> <20170111191308.GA7532@bill-the-cat> Message-ID: <7e3b2eba2af3438ab40137e7ef6c4ee0@SFHDAG6NODE3.st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Subject: Re: [PATCH v3] disk: convert to Kconfig > > > > > > > > > First, thanks for doing all of this, I think it's just about ready to apply so: > > > > > > Reviewed-by: Tom Rini > > > > > > But that said, I'm going to re-run the sync as there's still a few > > > places where we enable $X in the defconfig file as it wasn't setting > > > DISTRO_DEFAULTS before, but is now (am335x* and making > > > EFI_PARTITIONS default y if TEGRA). But I'll fix that up in-place > > > so you don't have to re-submit the giant thing. Thanks! > > > > > > -- > > > Tom > > > > Hi Tom > > > > I see that your patch is now merged and integrated in v2017.01 > > (https://patchwork.ozlabs.org/patch/700546/), > > do you need some re-submit of my giant patch for the next merge > windows ? > > or you can handle it my simple merge ? > > So, I took some attempts at merging this. The problem is that as the changes > exist today it's not size-neutral which means that some of the changes aren't > quite right. Do you have the time to look at making sure it's size neutral? > Thanks! Hi Tom, I will take some time (in background) to merge my patch on v2017.01 to be sure it is neutral . If I have a better result I will push it again on top of v2017.01 next week. Patrick > -- > Tom