From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ladislav Michl Date: Fri, 4 Nov 2016 18:21:49 +0100 Subject: [U-Boot] [PATCHv2 1/3] igep00x0: disable CONFIG_DISPLAY_BOARDINFO In-Reply-To: References: <20160920090458.GA29641@localhost.localdomain> <20161104114711.GA7540@localhost.localdomain> <20161104115521.GA7713@localhost.localdomain> Message-ID: <20161104172149.GA898@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 On Fri, Nov 04, 2016 at 12:42:57PM -0300, Javier Martinez Canillas wrote: > Hello Ladis, > > On 11/04/2016 08:55 AM, Ladislav Michl wrote: > > As a single U-Boot binary can now run on various board modifications, > > drop CONFIG_DISPLAY_BOARDINFO as it prints flash memory information > > too early to give us chance to easily detect it. Also saves few bytes > > as a bonus. > > > > Signed-off-by: Ladislav Michl > > --- > > I tried to test your patches on latest u-boot master (sha-1 dd93a8e9e688) > but my IGEPv2 board fails to boot and prints in an infinite loop following: > > "ecc unrecoverable error" This comes from SPL, right? That would imply you boot from NAND... > This is not related to your patches though, since I've the same issue > without your patches applied. > > Did you see this issue? u-boot works with previous v2016.09 release so > this is a newly introduced regression. No, otherwise I would fix that. Care to send complete boot log if there is any? > Unfortunately I don't have time to dig deeper on this but I may give a > try next week. Thank you, ladis