Hi Simon,
On 20/5/20 00:07, Simon Glass wrote:
On Wed, 13 May 2020 at 14:14, Walter Lozano<walter.loz...@collabora.com> wrote:
After using a new approach to link nodes when OF_PLATDATA is enabled
the test cases need to be update.
This patch updates the tests based on this new implementation.
Signed-off-by: Walter Lozano<walter.loz...@collabora.com>
---
tools/dtoc/test_dtoc.py | 123 ++++++++++++++++++++++++++--------------
1 file changed, 81 insertions(+), 42 deletions(-)
Reviewed-by: Simon Glass<s...@chromium.org>
BTW, setting .dev = NULL is not necessary. You could drop it perhaps?
Sure, thanks!