]> git.dujemihanovic.xyz Git - u-boot.git/commit
fdtgrep: Move property checking into a function
authorSimon Glass <sjg@chromium.org>
Sun, 17 Dec 2023 16:36:20 +0000 (09:36 -0700)
committerSimon Glass <sjg@chromium.org>
Sun, 31 Dec 2023 14:21:02 +0000 (07:21 -0700)
commit61a695e451fb6abe65de193c70dd981af6fb7a51
tree48e830d3ef077f54c8c089f77748e9e55c24a0cc
parent490afe74287fef246320c6473f74b2fc2a62c745
fdtgrep: Move property checking into a function

The h_include() function includes a piece which checks if a node
contains a property being searched for. Move this into its own
function to reduce the size of the h_include() function.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/fdtgrep.c