From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Peter_K=c3=bcmmel?= Date: Fri, 15 Jan 2016 00:32:04 +0100 Subject: [U-Boot] Broken: U-Boot SPL 2016.01 In-Reply-To: <20160114214923.GA3359@bill-the-cat> References: <56981348.3080703@gmx.net> <20160114214923.GA3359@bill-the-cat> Message-ID: <56982FF4.6020406@gmx.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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