Skip to content

Commit 31b2f3d

Browse files
YunQiang Sutsbogend
authored andcommitted
MIPS: enable both vmlinux.gz.itb and vmlinuz for generic
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 <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 408bd9d commit 31b2f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/generic/Platform

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cflags-$(CONFIG_MIPS_GENERIC) += -I$(srctree)/arch/mips/include/asm/mach-generic
1414

1515
load-$(CONFIG_MIPS_GENERIC) += 0xffffffff80100000
1616
zload-$(CONFIG_MIPS_GENERIC) += 0xffffffff81000000
17-
all-$(CONFIG_MIPS_GENERIC) := vmlinux.gz.itb
17+
all-$(CONFIG_MIPS_GENERIC) += vmlinux.gz.itb
1818

1919
its-y := vmlinux.its.S
2020
its-$(CONFIG_FIT_IMAGE_FDT_BOSTON) += board-boston.its.S

0 commit comments

Comments
 (0)