From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jernej =?utf-8?B?xaBrcmFiZWM=?= Date: Wed, 24 May 2017 06:35:12 +0200 Subject: [U-Boot] [PATCH] edid: Fix gcc 7.1 warning In-Reply-To: <20170524010016.GS23727@bill-the-cat> References: <20170523210530.30688-1-jernej.skrabec@siol.net> <20170524010016.GS23727@bill-the-cat> Message-ID: <3615818.mLb3oUA55I@jernej-laptop> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, Dne sreda, 24. maj 2017 ob 03:00:16 CEST je Tom Rini napisal(a): > On Tue, May 23, 2017 at 11:05:30PM +0200, Jernej Skrabec wrote: > > This commit fixes the warning produced by gcc 7.1. > > > > Signed-off-by: Jernej Skrabec > > Reviewed-by: Tom Rini > > And I'm curious, where is your gcc-7.1 toolchain from, self built or > something else? Thanks! It's from Arch Linux repository. I'm sorry to say that there seems to be something wrong with either gcc 7.1 or bootp code. With OrangePi 2 board, bootp crashes and resets the board (ethernet cable is not connected). I didn't have time to investigate it further. Best regards, Jernej