Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: James Hogan <jhogan@kernel.org>
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: Thu, 1 Feb 2018 11:57:34 +0000	[thread overview]
Message-ID: <20180201115733.GF7637@saruman> (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>

I've already applied this to my 4.16 branch,

Thanks
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 --]

      parent reply	other threads:[~2018-02-01 11:58 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
2018-01-16 21:42   ` James Hogan
2018-02-01 11:57 ` James Hogan [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=20180201115733.GF7637@saruman \
    --to=jhogan@kernel.org \
    --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