Re: [PATCH 1/1] test/py: use valid device tree in test_fit.py

2020-01-16 Thread Tom Rini
On Wed, Dec 18, 2019 at 11:05:59AM +0100, Heinrich Schuchardt wrote: > The device tree compiler expects that a node with a unit-address has a reg > property. > > Signed-off-by: Heinrich Schuchardt > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description

Re: [PATCH 1/1] test/py: use valid device tree in test_fit.py

2019-12-27 Thread Simon Glass
On Wed, 18 Dec 2019 at 03:06, Heinrich Schuchardt wrote: > > The device tree compiler expects that a node with a unit-address has a reg > property. > > Signed-off-by: Heinrich Schuchardt > --- > test/py/tests/test_fit.py | 9 ++--- > 1 file changed, 6 insertions(+), 3 deletions(-) Reviewed-

[PATCH 1/1] test/py: use valid device tree in test_fit.py

2019-12-18 Thread Heinrich Schuchardt
The device tree compiler expects that a node with a unit-address has a reg property. Signed-off-by: Heinrich Schuchardt --- test/py/tests/test_fit.py | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/test/py/tests/test_fit.py b/test/py/tests/test_fit.py index 356d9a20f