Re: [PATCH 2/2] MIPS: Fix CONFIG_CMDLINE handling

2018-09-11 Thread Paul Burton
Hi Matthieu, On Mon, Sep 10, 2018 at 02:09:21PM +0200, Mathieu Malaterre wrote: > On Fri, Sep 7, 2018 at 8:55 PM Paul Burton wrote: > > Commit 8ce355cf2e38 ("MIPS: Setup boot_command_line before > > plat_mem_setup") fixed a problem for systems which have > > CONFIG_CMDLINE_BOOL=y & use a DT with

Re: [PATCH 2/2] MIPS: Fix CONFIG_CMDLINE handling

2018-09-11 Thread Paul Burton
Hi Matthieu, On Mon, Sep 10, 2018 at 02:09:21PM +0200, Mathieu Malaterre wrote: > On Fri, Sep 7, 2018 at 8:55 PM Paul Burton wrote: > > Commit 8ce355cf2e38 ("MIPS: Setup boot_command_line before > > plat_mem_setup") fixed a problem for systems which have > > CONFIG_CMDLINE_BOOL=y & use a DT with

Re: [PATCH 2/2] MIPS: Fix CONFIG_CMDLINE handling

2018-09-10 Thread Mathieu Malaterre
On Fri, Sep 7, 2018 at 8:55 PM Paul Burton wrote: > > Commit 8ce355cf2e38 ("MIPS: Setup boot_command_line before > plat_mem_setup") fixed a problem for systems which have > CONFIG_CMDLINE_BOOL=y & use a DT with a chosen node that has either no > bootargs property or an empty one. In this

Re: [PATCH 2/2] MIPS: Fix CONFIG_CMDLINE handling

2018-09-10 Thread Mathieu Malaterre
On Fri, Sep 7, 2018 at 8:55 PM Paul Burton wrote: > > Commit 8ce355cf2e38 ("MIPS: Setup boot_command_line before > plat_mem_setup") fixed a problem for systems which have > CONFIG_CMDLINE_BOOL=y & use a DT with a chosen node that has either no > bootargs property or an empty one. In this

[PATCH 2/2] MIPS: Fix CONFIG_CMDLINE handling

2018-09-07 Thread Paul Burton
Commit 8ce355cf2e38 ("MIPS: Setup boot_command_line before plat_mem_setup") fixed a problem for systems which have CONFIG_CMDLINE_BOOL=y & use a DT with a chosen node that has either no bootargs property or an empty one. In this configuration early_init_dt_scan_chosen() copies CONFIG_CMDLINE into

[PATCH 2/2] MIPS: Fix CONFIG_CMDLINE handling

2018-09-07 Thread Paul Burton
Commit 8ce355cf2e38 ("MIPS: Setup boot_command_line before plat_mem_setup") fixed a problem for systems which have CONFIG_CMDLINE_BOOL=y & use a DT with a chosen node that has either no bootargs property or an empty one. In this configuration early_init_dt_scan_chosen() copies CONFIG_CMDLINE into