Re: [U-Boot] [PATCH v2 4/4] dm: Fix default address cells return value

2019-09-27 Thread sjg
On Thu, 5 Sep 2019 at 01:49, wrote: > > From: Matthias Brugger > > Default address cells value on the livetree access function > returns the wrong value. Fix this so that the value returned > corresponds to the device tree specification. > > Signed-off-by: Matthias Brugger > --- > >

Re: [U-Boot] [PATCH v2 4/4] dm: Fix default address cells return value

2019-09-26 Thread Simon Glass
On Thu, 5 Sep 2019 at 01:49, wrote: > > From: Matthias Brugger > > Default address cells value on the livetree access function > returns the wrong value. Fix this so that the value returned > corresponds to the device tree specification. > > Signed-off-by: Matthias Brugger > --- > >

[U-Boot] [PATCH v2 4/4] dm: Fix default address cells return value

2019-09-05 Thread matthias . bgg
From: Matthias Brugger Default address cells value on the livetree access function returns the wrong value. Fix this so that the value returned corresponds to the device tree specification. Signed-off-by: Matthias Brugger --- include/dm/of.h | 2 +- 1 file changed, 1 insertion(+), 1