commit | 8828254cae24abfc5de9f84d79c570fb8edde354 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 25 15:52:18 2016 -0600 |
committer | sjg <sjg@chromium.org> | Sun Oct 09 09:30:32 2016 -0600 |
tree | 776e1b9a354a9e5572b4fa6898cba4cfee064974 | |
parent | 0734b70c9cb59f030a8293b08b947aa793baaa74 [diff] |
dtoc: Adjust GetProps() in fdt_normal to use the node path There is no need to pass a node path separately. Instead we should use the path for the node provided. Correct this. Signed-off-by: Simon Glass <sjg@chromium.org>