On Sun, 29 Mar 2020 at 21:56, Kever Yang <kever.y...@rock-chips.com> wrote: > > The tool need to use fdtdec_get_child_count(), make it available for > HOST_CC. > > Signed-off-by: Kever Yang <kever.y...@rock-chips.com> > Reviewed-by: Punit Agrawal <punit1.agra...@toshiba.co.jp> > --- > > Changes in v4: > - add function comment for fdtdec_get_child_count() in fdt_support.h > > Changes in v3: None > Changes in v2: None > > include/fdt_support.h | 9 +++++++++ > lib/fdtdec.c | 11 ----------- > lib/fdtdec_common.c | 11 +++++++++++ > 3 files changed, 20 insertions(+), 11 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>