[PATCH v4 7/8] libfdt: Make fdtdec_get_child_count() available for HOST
Simon Glass
sjg at chromium.org
Tue Mar 31 01:57:05 CEST 2020
On Sun, 29 Mar 2020 at 21:56, Kever Yang <kever.yang at 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.yang at rock-chips.com>
> Reviewed-by: Punit Agrawal <punit1.agrawal at 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 <sjg at chromium.org>
More information about the U-Boot
mailing list