]> git.baikalelectronics.ru Git - uboot.git/commit
test/py: use valid device tree in test_fit.py
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 18 Dec 2019 10:05:59 +0000 (11:05 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 16 Jan 2020 00:50:31 +0000 (19:50 -0500)
commit8b91dd30853d4eacf37cd740732b856cb3ca1275
treedb50c283e1ca44e917b870778bb93791342c6d00
parentf77408623864d60cb63c6500b1705a2f461af150
test/py: use valid device tree in test_fit.py

The device tree compiler expects that a node with a unit-address has a reg
property.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_fit.py