]> git.sur5r.net Git - u-boot/commit
dtoc: Use the Fdt's class's phandle map
authorSimon Glass <sjg@chromium.org>
Tue, 29 Aug 2017 20:15:53 +0000 (14:15 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Sep 2017 11:27:47 +0000 (05:27 -0600)
commit72ab7c5e384f415b66dc9bef41db928cfc11c310
tree087b046e5ca7a09c0affc6e89a22d1502fb6f231
parent09264e04330479fbe5bdb647619be4fd90735bfc
dtoc: Use the Fdt's class's phandle map

Now that the Fdt class can map phandles to the associated nodes, use that
instead of a separate implementation.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Kever Yang <kever.yang@rock-chips.com>
tools/dtoc/dtb_platdata.py