From: Alexander Sverdlin <alexander.sverdlin@gmail.com>
To: Jaedon Shin <jaedon.shin@gmail.com>,
Ralf Baechle <ralf@linux-mips.org>,
linux-mips@linux-mips.org, Jonas Gorski <jogo@openwrt.org>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>,
Paul Burton <paul.burton@imgtec.com>,
Aaro Koskinen <aaro.koskinen@nokia.com>
Subject: Re: [PATCH] MIPS: fix macro typo
Date: Mon, 21 Dec 2015 07:30:54 +0100 [thread overview]
Message-ID: <56779C9E.4040907@gmail.com> (raw)
In-Reply-To: <1450669655-62959-1-git-send-email-jaedon.shin@gmail.com>
Hello Jaedon,
On 21/12/15 04:47, Jaedon Shin wrote:
> Change the CONFIG_MIPS_CMDLINE_EXTEND to CONFIG_MIPS_CMDLINE_DTB_EXTEND
> to resolve the EXTEND_WITH_PROM macro.
>
> Fixes: 2024972ef533 ("MIPS: Make the kernel arguments from dtb available")
> Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com>
looks good,
Reviewed-by: Alexander Sverdlin <alexander.svedlin@gmail.com>
> ---
> arch/mips/kernel/setup.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c
> index 66aac55df349..569a7d5242dd 100644
> --- a/arch/mips/kernel/setup.c
> +++ b/arch/mips/kernel/setup.c
> @@ -623,7 +623,7 @@ static void __init request_crashkernel(struct resource *res)
>
> #define USE_PROM_CMDLINE IS_ENABLED(CONFIG_MIPS_CMDLINE_FROM_BOOTLOADER)
> #define USE_DTB_CMDLINE IS_ENABLED(CONFIG_MIPS_CMDLINE_FROM_DTB)
> -#define EXTEND_WITH_PROM IS_ENABLED(CONFIG_MIPS_CMDLINE_EXTEND)
> +#define EXTEND_WITH_PROM IS_ENABLED(CONFIG_MIPS_CMDLINE_DTB_EXTEND)
>
> static void __init arch_mem_init(char **cmdline_p)
> {
prev parent reply other threads:[~2015-12-21 6:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-21 3:47 [PATCH] MIPS: fix macro typo Jaedon Shin
2015-12-21 6:30 ` Alexander Sverdlin [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=56779C9E.4040907@gmail.com \
--to=alexander.sverdlin@gmail.com \
--cc=aaro.koskinen@nokia.com \
--cc=jaedon.shin@gmail.com \
--cc=jogo@openwrt.org \
--cc=linux-mips@linux-mips.org \
--cc=paul.burton@imgtec.com \
--cc=ralf@linux-mips.org \
--cc=yamada.masahiro@socionext.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.