]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: core: Add a function to create an empty tree
authorSimon Glass <sjg@chromium.org>
Tue, 26 Sep 2023 14:14:40 +0000 (08:14 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 6 Oct 2023 18:38:12 +0000 (14:38 -0400)
commite0c3c21d8ba1a0abbb7effee6c5a952f3e65a03d
tree305d7d79cd9b6776bcccfd3e4911784bff9fa60f
parent9bf78a5add522dfc3f192eb97fb38d829174d6c7
dm: core: Add a function to create an empty tree

Provide a function to create a new, empty tree.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/ofnode.c
include/dm/ofnode.h
include/of_live.h
lib/of_live.c
test/dm/ofnode.c