From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
To: YunQiang Su <yunqiang.su@cipunited.com>
Cc: linux-mips@vger.kernel.org, paul@crapouillou.net,
zhouyanjie@wanyeetech.com, jiaxun.yang@flygoat.com,
syq@debian.org, aaro.koskinen@iki.fi
Subject: Re: [PATCH 1/2] MIPS: enable both vmlinux.gz.itb and vmlinuz for generic
Date: Sun, 2 Jan 2022 14:26:02 +0100 [thread overview]
Message-ID: <20220102132602.GA3468@alpha.franken.de> (raw)
In-Reply-To: <20211222134346.1366067-1-yunqiang.su@cipunited.com>
On Wed, Dec 22, 2021 at 01:43:45PM +0000, YunQiang Su wrote:
> 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
applied to mips-next.
Thomas.
--
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea. [ RFC1925, 2.3 ]
prev parent reply other threads:[~2022-01-02 13:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Thomas Bogendoerfer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220102132602.GA3468@alpha.franken.de \
--to=tsbogend@alpha.franken.de \
--cc=aaro.koskinen@iki.fi \
--cc=jiaxun.yang@flygoat.com \
--cc=linux-mips@vger.kernel.org \
--cc=paul@crapouillou.net \
--cc=syq@debian.org \
--cc=yunqiang.su@cipunited.com \
--cc=zhouyanjie@wanyeetech.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.