On 22. 03. 19 15:39, Jean-Jacques Hiblot wrote:
> Some overlay source files use a "dtso" extension instead of a "dts"
> extension.
> 
> Signed-off-by: Jean-Jacques Hiblot <jjhib...@ti.com>
> ---
> 
>  scripts/Makefile.lib | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
> index 70de9bb13a..e4c6077fea 100644
> --- a/scripts/Makefile.lib
> +++ b/scripts/Makefile.lib
> @@ -327,6 +327,9 @@ cmd_dtco = mkdir -p $(dir ${dtc-tmp}) ; \
>  $(obj)/%.dtbo: $(src)/%.dts FORCE
>       $(call if_changed_dep,dtco)
>  
> +$(obj)/%.dtbo: $(src)/%.dtso FORCE
> +     $(call if_changed_dep,dtco)
> +
>  # Fonts
>  # ---------------------------------------------------------------------------
>  
> 

This is the first time I hear about dtso. Will be good to have this
covered in devicetree-specification.

Thanks,
Michal
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to