mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-11 04:22:14 +08:00
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>