Re: v2017.07.0

2017-07-04 Thread Antony Pavlov
On Fri, 30 Jun 2017 13:52:01 +0200 Sascha Hauer wrote: > Hi All, > > I just releaed barebox-2017.07.0. The reason for this early release is > that I am away for the next two months. During this time Lucas will take > over maintainership and also make the next release. > > Most notable new featu

Re: [PATCH] gpiolib: fix: do not access oftree on non-OFDEVICE boards

2017-07-04 Thread Alexander Kurz
Hi Lucas, On Mon, 3 Jul 2017, Lucas Stach wrote: > Am Sonntag, den 02.07.2017, 22:24 +0200 schrieb Alexander Kurz: > > Non-OFDEVICE boards may have OFTREE=y set, e.g. by BOOTM_OFTREE. > > Attempts to browse the oftree will crash barebox on those boards. > > > > Signed-off-by: Alexander Kurz > >