Skip to content

Commit 29b24a7

Browse files
masahir0yguoren83
authored andcommitted
csky: Remove unused core-y for dts
This line was used for embedding a DT into vmlinux. Since commit c4c14c3 ("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@kernel.org> Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
1 parent 9d97556 commit 29b24a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/csky/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ libs-y += arch/csky/lib/ \
6969
$(shell $(CC) $(KBUILD_CFLAGS) $(KCFLAGS) -print-libgcc-file-name)
7070

7171
boot := arch/csky/boot
72-
core-y += $(boot)/dts/
7372

7473
all: zImage
7574

0 commit comments

Comments
 (0)