
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 ladis@linux-mips.org
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