Device tree blobs for ralink mt7621 SoCs depends on configuration CONFIG_SOC_MT7621 kernel option. This blobs needs to be properly builtin into the kernel in order to be able to properly boot the Gnubee boards. Hence, select CONFIG_BUILTIN_DTB for mt7621 Socs. This option was a miss when this related device tree files were moved from staging into the real 'arch/mips/boot/dts/ralink' folder in kernel. Fixes: 7a6ee0bbab25 ("mips: dts: ralink: add MT7621 SoC") Signed-off-by: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx> --- arch/mips/ralink/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/ralink/Kconfig b/arch/mips/ralink/Kconfig index f9fe15630abb..f3b14bfc8066 100644 --- a/arch/mips/ralink/Kconfig +++ b/arch/mips/ralink/Kconfig @@ -54,6 +54,7 @@ choice select HAVE_PCI select PCI_DRIVERS_GENERIC select SOC_BUS + select BUILTIN_DTB help The MT7621 system-on-a-chip includes an 880 MHz MIPS1004Kc dual-core CPU, -- 2.25.1