File tree Expand file tree Collapse file tree 12 files changed +2
-24
lines changed Expand file tree Collapse file tree 12 files changed +2
-24
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,12 @@ config MIPS
2929 select ARCH_WANT_IPC_PARSE_VERSION
3030 select ARCH_WANT_LD_ORPHAN_WARN
3131 select BUILDTIME_TABLE_SORT
32+ select BUILTIN_DTB_ALL if BUILTIN_DTB
3233 select CLONE_BACKWARDS
3334 select CPU_NO_EFFICIENT_FFS if (TARGET_ISA_REV < 1)
3435 select CPU_PM if CPU_IDLE || SUSPEND
3536 select GENERIC_ATOMIC64 if !64BIT
37+ select GENERIC_BUILTIN_DTB if BUILTIN_DTB
3638 select GENERIC_CMOS_UPDATE
3739 select GENERIC_CPU_AUTOPROBE
3840 select GENERIC_GETTIMEOFDAY
Original file line number Diff line number Diff line change @@ -423,9 +423,6 @@ endif
423423
424424CLEAN_FILES += vmlinux.32 vmlinux.64
425425
426- # device-trees
427- core-y += arch/mips/boot/dts/
428-
429426archprepare :
430427ifdef CONFIG_MIPS32_N32
431428 @$(kecho) ' Checking missing-syscalls for N32'
Original file line number Diff line number Diff line change @@ -16,5 +16,3 @@ subdir-$(CONFIG_ATH79) += qca
1616subdir-$(CONFIG_RALINK) += ralink
1717subdir-$(CONFIG_MACH_REALTEK_RTL) += realtek
1818subdir-$(CONFIG_FIT_IMAGE_FDT_XILFPGA) += xilfpga
19-
20- obj-$(CONFIG_BUILTIN_DTB) := $(addsuffix /, $(subdir-y ) )
Original file line number Diff line number Diff line change @@ -33,5 +33,3 @@ dtb-$(CONFIG_DT_NONE) += \
3333 bcm97420c.dtb \
3434 bcm97425svmb.dtb \
3535 bcm97435svmb.dtb
36-
37- obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y ) )
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: GPL-2.0
22dtb-$(CONFIG_CAVIUM_OCTEON_SOC) += octeon_3xxx.dtb octeon_68xx.dtb
3-
4- obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y ) )
Original file line number Diff line number Diff line change @@ -5,5 +5,3 @@ dtb-$(CONFIG_JZ4770_GCW0) += gcw0.dtb
55dtb-$(CONFIG_JZ4780_CI20) += ci20.dtb
66dtb-$(CONFIG_X1000_CU1000_NEO) += cu1000-neo.dtb
77dtb-$(CONFIG_X1830_CU1830_NEO) += cu1830-neo.dtb
8-
9- obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y ) )
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: GPL-2.0
22dtb-$(CONFIG_DT_EASY50712) += danube_easy50712.dtb
3-
4- obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y ) )
Original file line number Diff line number Diff line change @@ -5,5 +5,3 @@ dtb-$(CONFIG_MACH_LOONGSON64) += loongson64c_4core_rs780e.dtb
55dtb-$(CONFIG_MACH_LOONGSON64) += loongson64c_8core_rs780e.dtb
66dtb-$(CONFIG_MACH_LOONGSON64) += loongson64g_4core_ls7a.dtb
77dtb-$(CONFIG_MACH_LOONGSON64) += loongson64v_4core_virtio.dtb
8-
9- obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y ) )
Original file line number Diff line number Diff line change @@ -8,6 +8,3 @@ dtb-$(CONFIG_SOC_VCOREIII) += \
88 ocelot_pcb123.dtb \
99 serval_pcb105.dtb \
1010 serval_pcb106.dtb
11-
12-
13- obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y ) )
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: GPL-2.0
22dtb-$(CONFIG_MIPS_MALTA) += malta.dtb
33dtb-$(CONFIG_LEGACY_BOARD_SEAD3) += sead3.dtb
4-
5- obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y ) )
You can’t perform that action at this time.
0 commit comments