From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 6 Feb 2020 15:38:28 -0700 Subject: FYI: Please pull u-boot-dm In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Hi Stephen, On Thu, 6 Feb 2020 at 15:32, Stephen Warren wrote: > > On 2/6/20 2:55 PM, Simon Glass wrote: > > Hi Tom, > > > > This cannot be pulled yet since we need to update gitlab's docker > > image to include SDL2. But gitlab seems to be having various problems > > this week and today i won't work at all: ... > > I see the following build error in u-boot-dm/master via Jenkins: > > > drivers/misc/p2sb_emul.c: In function ‘sandbox_p2sb_emul_map_physmem’: > > drivers/misc/p2sb_emul.c:237:6: warning: ‘child’ may be used uninitialized in this function [-Wmaybe-uninitialized] > > ret = axi_read(child, offset, priv->regs, AXI_SIZE_32); > > ^ > > CC common Hmmm that's odd. I don't see that, but there are so many device-tree and libfdt warnings at present I may have missed it. Will take a look. Regards, Simon