Disable uImage generation for mips generic
authorYunQiang Su <syq@debian.org>
Mon, 14 May 2018 08:16:18 +0000 (16:16 +0800)
committerSalvatore Bonaccorso <carnil@debian.org>
Thu, 31 Dec 2020 06:26:43 +0000 (06:26 +0000)
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

index f8ef2f9d107e74f30c02a4456646ae472de69b92..55d17196d4b0997f835a3c3e1fda0db4fa5f781b 100644 (file)
@@ -14,9 +14,6 @@ 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
 its-$(CONFIG_FIT_IMAGE_FDT_NI169445)   += board-ni169445.its.S
 its-$(CONFIG_FIT_IMAGE_FDT_OCELOT)     += board-ocelot.its.S