]> git.baikalelectronics.ru Git - uboot.git/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)
commit9cbd17bfd9bb9f1c38668a3fd4454633637c857a
tree087b046e5ca7a09c0affc6e89a22d1502fb6f231
parent23bd3644cea40325261d35b350bacdbe9fa94dbd
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