On 06/30/2017 06:22 PM, Pantelis Antoniou wrote:
> Introduce FDT_PATH_MAX

Because ... why ? The commit message is crap, please fix.

> Signed-off-by: Pantelis Antoniou <pantelis.anton...@konsulko.com>
> ---
>  lib/libfdt/libfdt.h | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/lib/libfdt/libfdt.h b/lib/libfdt/libfdt.h
> index 2f7ebf8..c369015 100644
> --- a/lib/libfdt/libfdt.h
> +++ b/lib/libfdt/libfdt.h
> @@ -100,6 +100,9 @@
>  
>  #define FDT_ERR_MAX          18
>  
> +/* Maximum path size of a node (similar to PATH_MAX in *nix) */
> +#define FDT_PATH_MAX 4096
> +
>  /**********************************************************************/
>  /* Low-level functions (you probably don't need these)                */
>  /**********************************************************************/
> 


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

Reply via email to