From: YunQiang Su Date: Mon, 14 May 2018 16:16:18 +0800 Subject: Disable uImage generation for mips generic Forwarded: not-needed MIPS generic trys to generate uImage when build, which then ask for u-boot-tools. Index: linux/arch/mips/generic/Platform =================================================================== --- linux.orig/arch/mips/generic/Platform +++ linux/arch/mips/generic/Platform @@ -11,9 +11,7 @@ platform-$(CONFIG_MIPS_GENERIC) += generic/ cflags-$(CONFIG_MIPS_GENERIC) += -I$(srctree)/arch/mips/include/asm/mach-generic load-$(CONFIG_MIPS_GENERIC) += 0xffffffff80100000 -all-$(CONFIG_MIPS_GENERIC) := vmlinux.gz.itb -its-y := vmlinux.its.S its-$(CONFIG_FIT_IMAGE_FDT_BOSTON) += board-boston.its.S its-$(CONFIG_FIT_IMAGE_FDT_NI169445) += board-ni169445.its.S its-$(CONFIG_FIT_IMAGE_FDT_OCELOT_PCB123) += board-ocelot_pcb123.its.S