csky: Remove unused core-y for dts
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 12 May 2022 03:59:01 +0000 (12:59 +0900)
committerGuo Ren <guoren@linux.alibaba.com>
Fri, 13 May 2022 06:46:04 +0000 (14:46 +0800)
commit29b24a76bdea0786a727e08266607c6e3bbfa160
treec46455b0c1aa1f97f8d7f4af8f18a437deb12e19
parent9d975568606631601cc2bb5b62598869838ff0be
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 <masahiroy@kernel.org>
Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
arch/csky/Makefile