Dear Simon Glass,

> This function will be needed by signature checking code, so export it,
> and also add docs.
> 
> Signed-off-by: Simon Glass <s...@chromium.org>
[...]

> +/**
> + * fit_conf_get_prop_node() - Get node refered to by a configuration
> + *
> + * The conf@ nodes contain references to other nodes, using properties
> + * like 'kernel = "kernel@1"'. Given such a property name (e.g. "kernel"),
> + * return the offset of the node referred to (e.g. offset of node
> + * "/images/kernel@1".
> + *
> + * @fit:     FIT to check
> + * @noffset: Offset of conf@xxx node to check
> + * @prop_name:       Property to read from the conf node

This parameter list is swapped with the description.

> + */
> +int fit_conf_get_prop_node(const void *fit, int noffset,
> +             const char *prop_name);
> +
>  void fit_conf_print(const void *fit, int noffset, const char *p);
> 
>  int fit_check_ramdisk(const void *fit, int os_noffset,

Best regards,
Marek Vasut
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to