commit | b9066ffc136afd2e46e8d033c4edce98f5557afc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 06 10:27:30 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 09 09:11:00 2018 -0600 |
tree | c844c67822e6a8d9168a305d6186e51d52fde0a3 | |
parent | f9b88b3a5d7ff18760c2c5a0cb596ec8c577706e [diff] |
dtoc: Fix Fdt.GetNode() to handle a missing node At present the algortihm is not correct since it will return the root node if the requested node is not found and there are no slashes in the requested node name. Fix this and add a test. Signed-off-by: Simon Glass <sjg@chromium.org>