From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lars Poeschel Date: Mon, 24 Aug 2015 09:53:14 +0200 Subject: [U-Boot] [PATCH 1/5] Make RBTREE selectable by Kconfig In-Reply-To: References: <1433925663-3713-1-git-send-email-poeschel@lemonage.de> Message-ID: <3651604.exkq9306Yo@lem-wkst-02> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am Dienstag, 18. August 2015, 13:47:20 schrieb Joe Hershberger: > Hi Lars, > > On Tue, Aug 11, 2015 at 2:29 PM, Joe Hershberger > > wrote: > > Hi Lars, > > > > On Tue, Jul 28, 2015 at 11:01 AM, Joe Hershberger > > > > wrote: > >> Hi Lars, > >> > >> On Tue, Jul 28, 2015 at 3:25 AM, Lars Poeschel wrote: > >>> Hi Joe, > >>> > >>> On Wed, Jun 10, 2015 at 11:03:59AM -0500, Joe Hershberger wrote: > >>>> >> I beat you to it: > >>>> >> http://lists.denx.de/pipermail/u-boot/2015-May/214261.html>>>> > > >>>> > Well, ... ok. You won ;-) Your patchset is by far more comprehensive > >>>> > than > >>>> > mine. > >>>> > If I see this right in the archives, you did not receive any comments > >>>> > since nearly a month. > >>>> > >>>> That is true. I really would like a little feedback on it... or maybe > >>>> I can just drop the controversial one and only include these things... > >>>> they seem to be mostly straightforward. > >>>> > >>>> > This was RFC will you resend this as a "real" PATCH ? > >>>> > >>>> Yes. > >>>> > >>>> > Could you then include two of the dependencies from my patches: > >>>> > I think CMD_UBI has to depend on MTD_PARTITIONS and obivously > >>>> > CMD_UBIFS > > I noticed when adding MTD_PARTITIONS that MTD_DEVICE is not moved over > yet. Do you know what the dependency relationship is there? If not > I'll dig into it a bit. Sorry, I am really not sure about this. I think in my configuration MTD_PARTITIONS worked even without MTD_DEVICE. But maybe looking into drivers/mtd/Makefile:8 helps here. It seems that MTD_PARTITIONS needs either MTD_DEVICE, CMD_NAND, CMD_ONENAND or CMD_SF. Lars