[U-Boot] [PATCH v2] arm: dts: Makefile: clean *dtb_HS

Lokesh Vutla lokeshvutla at ti.com
Fri Aug 16 10:52:32 UTC 2019



On 16/08/19 2:16 PM, sunil.m at techveda.org wrote:
> From: Suniel Mahesh <sunil.m at techveda.org>
> 
> TI HS platforms generate *dtb_HS binary blobs and there is no
> rule for cleanup. Added entry for cleanup in clean-files target.
> 
> Signed-off-by: Suniel Mahesh <sunil.m at techveda.org>

Reviewed-by: Lokesh Vutla <lokeshvutla at ti.com>

Thanks and regards,
Lokesh

> ---
> Changes for v2:
> 
> - changed description to fit the change done.
> - As suggested by Lokesh Vutla, moved cleaning process
>   to dts/Makefile
> ---
>  arch/arm/dts/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
> index e021888..5f4e05d 100644
> --- a/arch/arm/dts/Makefile
> +++ b/arch/arm/dts/Makefile
> @@ -806,4 +806,4 @@ PHONY += dtbs
>  dtbs: $(addprefix $(obj)/, $(dtb-y))
>  	@:
>  
> -clean-files := *.dtb
> +clean-files := *.dtb *_HS
> 


More information about the U-Boot mailing list