dtoc: Test full 64-bit properties with FdtCellsToCpu()
authorSimon Glass <sjg@chromium.org>
Sat, 18 May 2019 04:00:40 +0000 (22:00 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:58 +0000 (16:52 -0600)
commite66d318fef611241749d37b6b73ff80c84a8c866
treeeefa9361fd6b8191ad5aadde019d4a77e5361f5f
parent2ab6e13e014c065a6168d31d6b8aeca135767816
dtoc: Test full 64-bit properties with FdtCellsToCpu()

At present this test does not check the upper 32 bits of the returned
value. Add some additional tests to cover this.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/test_fdt.py