commit | 5fe8bc3cf2d028e7503323d24768bf72b279760b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 26 08:14:46 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 14:38:13 2023 -0400 |
tree | 7fe057ed143b3bbf7d297afb31ee40dba645548c | |
parent | 7071c82bdc55ed5d7955d8e1682b7c80af5659b5 [diff] |
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>