From: James Hogan <james.hogan@mips.com>
To: Daniel Sabogal <dsabogalcc@gmail.com>
Cc: <linux-mips@linux-mips.org>, <ralf@linux-mips.org>
Subject: Re: [PATCH] MIPS: Fix vmlinuz build when ZBOOT is selected
Date: Tue, 16 Jan 2018 21:42:16 +0000 [thread overview]
Message-ID: <20180116214215.GY27409@jhogan-linux.mipstec.com> (raw)
In-Reply-To: <20180116032954.13722-1-dsabogalcc@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 821 bytes --]
On Mon, Jan 15, 2018 at 10:29:54PM -0500, Daniel Sabogal wrote:
> vmlinuz is not built by default for platforms using
> COMPRESSION_FNAME (e.g. Malta) due to an erroneous
> check on ZBOOT
>
> Signed-off-by: Daniel Sabogal <dsabogalcc@gmail.com>
Reviewed-by: James Hogan <jhogan@kernel.org>
Cheers
James
> ---
> arch/mips/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/mips/Makefile b/arch/mips/Makefile
> index 9f6a26d72f9f..0f20f84de53b 100644
> --- a/arch/mips/Makefile
> +++ b/arch/mips/Makefile
> @@ -228,7 +228,7 @@ libs-y += arch/mips/fw/lib/
> #
> # Kernel compression
> #
> -ifdef SYS_SUPPORTS_ZBOOT
> +ifdef CONFIG_SYS_SUPPORTS_ZBOOT
> COMPRESSION_FNAME = vmlinuz
> else
> COMPRESSION_FNAME = vmlinux
> --
> 2.15.0
>
>
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: James Hogan <james.hogan@mips.com>
To: Daniel Sabogal <dsabogalcc@gmail.com>
Cc: linux-mips@linux-mips.org, ralf@linux-mips.org
Subject: Re: [PATCH] MIPS: Fix vmlinuz build when ZBOOT is selected
Date: Tue, 16 Jan 2018 21:42:16 +0000 [thread overview]
Message-ID: <20180116214215.GY27409@jhogan-linux.mipstec.com> (raw)
Message-ID: <20180116214216._BJ4ylqVwWVUYJnuybBg81ytPH57GuQoCZGrNim8PNk@z> (raw)
In-Reply-To: <20180116032954.13722-1-dsabogalcc@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 821 bytes --]
On Mon, Jan 15, 2018 at 10:29:54PM -0500, Daniel Sabogal wrote:
> vmlinuz is not built by default for platforms using
> COMPRESSION_FNAME (e.g. Malta) due to an erroneous
> check on ZBOOT
>
> Signed-off-by: Daniel Sabogal <dsabogalcc@gmail.com>
Reviewed-by: James Hogan <jhogan@kernel.org>
Cheers
James
> ---
> arch/mips/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/mips/Makefile b/arch/mips/Makefile
> index 9f6a26d72f9f..0f20f84de53b 100644
> --- a/arch/mips/Makefile
> +++ b/arch/mips/Makefile
> @@ -228,7 +228,7 @@ libs-y += arch/mips/fw/lib/
> #
> # Kernel compression
> #
> -ifdef SYS_SUPPORTS_ZBOOT
> +ifdef CONFIG_SYS_SUPPORTS_ZBOOT
> COMPRESSION_FNAME = vmlinuz
> else
> COMPRESSION_FNAME = vmlinux
> --
> 2.15.0
>
>
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2018-01-16 21:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-16 3:29 [PATCH] MIPS: Fix vmlinuz build when ZBOOT is selected Daniel Sabogal
2018-01-16 21:42 ` James Hogan [this message]
2018-01-16 21:42 ` James Hogan
2018-02-01 11:57 ` James Hogan
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=20180116214215.GY27409@jhogan-linux.mipstec.com \
--to=james.hogan@mips.com \
--cc=dsabogalcc@gmail.com \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox