]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: core: Add tests for oftree_path()
authorSimon Glass <sjg@chromium.org>
Tue, 26 Sep 2023 14:14:46 +0000 (08:14 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Oct 2023 18:38:13 +0000 (14:38 -0400)
commit5fe8bc3cf2d028e7503323d24768bf72b279760b
tree7fe057ed143b3bbf7d297afb31ee40dba645548c
parent7071c82bdc55ed5d7955d8e1682b7c80af5659b5
dm: core: Add tests for oftree_path()

Add a few simple tests for getting the root node, since this is handled
as a special case in the implementation.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/dm/ofnode.c