MIPS: enable both vmlinux.gz.itb and vmlinuz for generic
authorYunQiang Su <yunqiang.su@cipunited.com>
Wed, 22 Dec 2021 13:43:45 +0000 (13:43 +0000)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Sun, 2 Jan 2022 13:17:00 +0000 (14:17 +0100)
vmlinux.gz.itb should be appended to all-$(CONFIG_MIPS_GENERIC)
instead of replacing. Otherwise, no vmlinuz will be built.

Signed-off-by: YunQiang Su <yunqiang.su@cipunited.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/generic/Platform

index e1abc113b409b8b014685fb18596e1d2018d7176..d7c8cff6de2cc44027f458499a4b9f5373f91300 100644 (file)
@@ -14,7 +14,7 @@ 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
+all-$(CONFIG_MIPS_GENERIC)     += vmlinux.gz.itb
 
 its-y                                  := vmlinux.its.S
 its-$(CONFIG_FIT_IMAGE_FDT_BOSTON)     += board-boston.its.S