csky: Remove unused $(dtb-y) from boot/Makefile

arch/csky/boot/Makefile does not build DTB,
arch/csky/boot/dts/Makefile does.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Guo Ren <guoren@kernel.org>
This commit is contained in:
Masahiro Yamada 2022-05-12 12:59:00 +09:00 committed by Guo Ren
parent c5acdf12cc
commit 9d97556860
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-only
targets := Image zImage uImage
targets += $(dtb-y)
$(obj)/Image: vmlinux FORCE
$(call if_changed,objcopy)