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>
Wed, 24 Jun 2020 18:56:57 +0000 (19:56 +0100)
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 eaa19d1893243c52539b03bc2486ecc13331c482..10b058fd460ca8379ed99d059ae8945c6230b6ca 100644 (file)
@@ -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