All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] MIPS: enable both vmlinux.gz.itb and vmlinuz for generic
@ 2021-12-22 13:43 YunQiang Su
  2021-12-22 13:43 ` [PATCH 2/2] MIPS: new Kconfig option ZBOOT_LOAD_ADDRESS YunQiang Su
  2022-01-02 13:26 ` [PATCH 1/2] MIPS: enable both vmlinux.gz.itb and vmlinuz for generic Thomas Bogendoerfer
  0 siblings, 2 replies; 4+ messages in thread
From: YunQiang Su @ 2021-12-22 13:43 UTC (permalink / raw)
  To: linux-mips
  Cc: tsbogend, paul, zhouyanjie, jiaxun.yang, syq, aaro.koskinen,
	YunQiang Su

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>
---
 arch/mips/generic/Platform | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/generic/Platform b/arch/mips/generic/Platform
index e1abc113b409..d7c8cff6de2c 100644
--- a/arch/mips/generic/Platform
+++ b/arch/mips/generic/Platform
@@ -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
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-02 13:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-22 13:43 [PATCH 1/2] MIPS: enable both vmlinux.gz.itb and vmlinuz for generic YunQiang Su
2021-12-22 13:43 ` [PATCH 2/2] MIPS: new Kconfig option ZBOOT_LOAD_ADDRESS YunQiang Su
2022-01-02 13:26   ` Thomas Bogendoerfer
2022-01-02 13:26 ` [PATCH 1/2] MIPS: enable both vmlinux.gz.itb and vmlinuz for generic Thomas Bogendoerfer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.