From: Masahiro Yamada Date: Thu, 12 May 2022 03:59:01 +0000 (+0900) Subject: csky: Remove unused core-y for dts X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=29b24a76bdea0786a727e08266607c6e3bbfa160;p=linux.git csky: Remove unused core-y for dts 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 Signed-off-by: Guo Ren --- diff --git a/arch/csky/Makefile b/arch/csky/Makefile index 8668050776364..4d72aca4069b9 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