mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
2905844f68
Add DeviceTree file for Loongson-2K2000 processor, which integrates two 64-bit 3-issue superscalar LA364 processor cores. Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
6 lines
199 B
Makefile
6 lines
199 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
dtb-y = loongson-2k0500-ref.dtb loongson-2k1000-ref.dtb loongson-2k2000-ref.dtb
|
|
|
|
obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .dtb.o, $(CONFIG_BUILTIN_DTB_NAME))
|