From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ladislav Michl Date: Wed, 21 Sep 2016 01:10:10 +0200 Subject: [U-Boot] [PATCH 1/3] igep00x0: disable CONFIG_DISPLAY_BOARDINFO In-Reply-To: References: <20160920090458.GA29641@localhost.localdomain> Message-ID: <20160920231010.GB1195@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Enric, On Tue, Sep 20, 2016 at 05:41:02PM +0200, Enric Balletbo Serra wrote: > Hi Ladis, > > I must NACK for now these series, meanwhile I don't find time to look > at this deeply. I think this will break lots of things. For example, > will this u-boot boot a non-device tree based kernel without breaking > things? I don't think so, It's right that non-device tree kernels are > old but these are still used in lots of IGEP boards and I don't want > to break this, for now. > > Please give me some time to look at this and think in all the use cases. I'm sorry for screwing up MACH_TYPE, here's an updated version. I haven't tested with non-device tree kernels, but I can't see how these patches could break it. Please let me know, if you find any other objections. Best regards, ladis 8< -----------------------