[U-Boot] [RFC PATCH v1 1/9] dtbo: also generate dtbo from dtso
Michal Simek
michal.simek at xilinx.com
Mon Mar 25 07:57:57 UTC 2019
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 <jjhiblot at 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
More information about the U-Boot
mailing list