[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJF2gTTQNQ2Y6AMrRGmPNQKGGOzTutawhOi-1hLgtXSCPfjdCA@mail.gmail.com>
Date: Fri, 13 May 2022 14:43:28 +0800
From: Guo Ren <guoren@...nel.org>
To: Masahiro Yamada <masahiroy@...nel.org>
Cc: linux-csky@...r.kernel.org,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/4] csky: do not add dts/ to core-y
Thx, approved.
On Thu, May 12, 2022 at 12:01 PM Masahiro Yamada <masahiroy@...nel.org> wrote:
>
> This line was used for embedding a DT into vmlinux.
>
> Since commit c4c14c3bd177 ("csky: remove builtin-dtb Kbuild"),
> DT for csky is just a separate blob.
>
> It is covered by the generic rule in the top Makefile:
>
> ifdef CONFIG_OF_EARLY_FLATTREE
> all: dtbs
> endif
>
> Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>
> ---
>
> arch/csky/Makefile | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/csky/Makefile b/arch/csky/Makefile
> index 866805077636..4d72aca4069b 100644
> --- a/arch/csky/Makefile
> +++ b/arch/csky/Makefile
> @@ -69,7 +69,6 @@ libs-y += arch/csky/lib/ \
> $(shell $(CC) $(KBUILD_CFLAGS) $(KCFLAGS) -print-libgcc-file-name)
>
> boot := arch/csky/boot
> -core-y += $(boot)/dts/
>
> all: zImage
>
> --
> 2.32.0
>
--
Best Regards
Guo Ren
ML: https://lore.kernel.org/linux-csky/
Powered by blists - more mailing lists