
15 Jan
2016
15 Jan
'16
12:32 a.m.
Am 14.01.2016 um 22:49 schrieb Tom Rini:
On Thu, Jan 14, 2016 at 10:29:44PM +0100, Peter Kümmel wrote:
In 2016.01 SPL is broken on an omap board with DM3730:
U-Boot SPL 2016.01-00076-g72128b2 (Jan 14 2016 - 22:07:33) wrong hwadapnr: 1075903588
Seems like gd isn't pointing in the right place or looking at garbage or something.
After disabling CONFIG_EXPERT (and implicitly CONFIG_SYS_MALLOC_CLEAR_ON_INIT) it works again.
Seems with for a GCC update from 5.2 to 5.3 this flag is very critical.
Many thanks, Peter