From: YunQiang Su Date: Mon, 14 May 2018 08:16:18 +0000 (+0800) Subject: Disable uImage generation for mips generic X-Git-Tag: archive/raspbian/5.7.6-1+rpi1^2~76 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=87860f8bc581be3f5b6bfd21de151bdc6ac16c64;p=linux.git 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 --- diff --git a/arch/mips/generic/Platform b/arch/mips/generic/Platform index eaa19d18932..10b058fd460 100644 --- a/arch/mips/generic/Platform +++ b/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) += board-ocelot.its.S