dtoc: Export the _FindNode() function
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jul 2018 19:25:41 +0000 (13:25 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 1 Aug 2018 22:30:48 +0000 (16:30 -0600)
commit1d85888cdc1d831ff7a70b95922ee85195e7e09f
tree815bebaa007a782847109b20d2ff2ee64944140b
parent3af8e49ceff044021725fc547b19ebac22d0b0f7
dtoc: Export the _FindNode() function

This is useful for clients that want to find a node. Export it so it can
be used by others.

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