dtoc: Adjust GetProps() in fdt_normal to use the node path
authorSimon Glass <sjg@chromium.org>
Sun, 25 Sep 2016 21:52:18 +0000 (15:52 -0600)
committersjg <sjg@chromium.org>
Sun, 9 Oct 2016 15:30:32 +0000 (09:30 -0600)
commit8828254cae24abfc5de9f84d79c570fb8edde354
tree776e1b9a354a9e5572b4fa6898cba4cfee064974
parent0734b70c9cb59f030a8293b08b947aa793baaa74
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>
tools/dtoc/fdt_normal.py