From 53e5c438c0f5204b857cd99e77668f4464ed5f3e Mon Sep 17 00:00:00 2001 From: YunQiang Su Date: Mon, 14 May 2018 16:16:18 +0800 Subject: [PATCH] Disable uImage generation for mips generic Forwarded: not-needed MIPS generic trys to generate uImage when build, which then ask for u-boot-tools. Gbp-Pq: Topic debian Gbp-Pq: Name mips-boston-disable-its.patch --- arch/mips/generic/Platform | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/mips/generic/Platform b/arch/mips/generic/Platform index e1abc113b40..8e22fcf54a5 100644 --- a/arch/mips/generic/Platform +++ b/arch/mips/generic/Platform @@ -13,8 +13,6 @@ cflags-$(CONFIG_MACH_INGENIC_SOC) += -I$(srctree)/arch/mips/include/asm/mach-ing cflags-$(CONFIG_MIPS_GENERIC) += -I$(srctree)/arch/mips/include/asm/mach-generic load-$(CONFIG_MIPS_GENERIC) += 0xffffffff80100000 -zload-$(CONFIG_MIPS_GENERIC) += 0xffffffff81000000 -all-$(CONFIG_MIPS_GENERIC) := vmlinux.gz.itb its-y := vmlinux.its.S its-$(CONFIG_FIT_IMAGE_FDT_BOSTON) += board-boston.its.S -- 2.30.2