]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Make is_phandle() a member function
authorSimon Glass <sjg@chromium.org>
Tue, 29 Aug 2017 20:15:54 +0000 (14:15 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Sep 2017 11:27:47 +0000 (05:27 -0600)
commitf572966bd56569ee1e01aaed6e92a841a56ba656
tree21129102fcbcc4efca0955b5f242180da36acb6c
parent9cbd17bfd9bb9f1c38668a3fd4454633637c857a
dtoc: Make is_phandle() a member function

This function will need to have access to class members once we enhance it
to support multiple phandle values. In preparation for that, move it into
the class.

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