[U-Boot] [PATCH v3 05/12] libfdt: Add iterator over properties

Simon Glass sjg at chromium.org
Sun Jun 26 04:53:41 CEST 2016


On 24 June 2016 at 08:27, Maxime Ripard
<maxime.ripard at free-electrons.com> wrote:
> Implement a macro based on fdt_first_property_offset and
> fdt_next_property_offset that provides a convenience to iterate over all
> the properties of a given node.
>
> Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>
> ---
>  include/libfdt.h | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list