Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1420244
| From | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 05/17] sh: command line passing chosen/bootargs in devicetree |
| Date | 2016-06-12 13:40 +0200 |
| Message-ID | <rJbUd-854-17@gated-at.bofh.it> (permalink) |
| References | <rJ7xf-5js-3@gated-at.bofh.it> <rJ7xf-5js-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 6/12/2016 9:54 AM, Yoshinori Sato wrote:
> Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
> ---
> arch/sh/kernel/setup.c | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/arch/sh/kernel/setup.c b/arch/sh/kernel/setup.c
> index 8e3b099..d97de16 100644
> --- a/arch/sh/kernel/setup.c
> +++ b/arch/sh/kernel/setup.c
> @@ -280,6 +280,8 @@ void __init setup_arch(char **cmdline_p)
> #endif
> enable_mmu();
>
> +
Another empty line hardly needed here.
> +#ifndef CONFIG_OF
> ROOT_DEV = old_decode_dev(ORIG_ROOT_DEV);
>
> printk(KERN_NOTICE "Boot params:\n"
[...]
MBR, Sergei
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2 05/17] sh: command line passing chosen/bootargs in devicetree Yoshinori Sato <ysato@users.sourceforge.jp> - 2016-06-12 09:00 +0200 Re: [PATCH v2 05/17] sh: command line passing chosen/bootargs in devicetree Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> - 2016-06-12 13:40 +0200
csiph-web