Re: [PATCH v1 1/3] powerpc: Fix processing of CONFIG_CMDLINE

2023-01-03 Thread Rob Herring
On Tue, Jan 3, 2023 at 10:45 AM Geoff Levand wrote: > > Hi Rob, > > On 1/2/23 18:03, Rob Herring wrote: > > On Mon, Jan 2, 2023 at 1:41 PM Geoff Levand wrote: > > >> --- a/arch/powerpc/kernel/prom.c > >> +++ b/arch/powerpc/kernel/prom.c > >> @@ -761,7 +761,7 @@ void __init

Re: [PATCH v1 1/3] powerpc: Fix processing of CONFIG_CMDLINE

2023-01-03 Thread Geoff Levand
Hi Rob, On 1/2/23 18:03, Rob Herring wrote: > On Mon, Jan 2, 2023 at 1:41 PM Geoff Levand wrote: >> --- a/arch/powerpc/kernel/prom.c >> +++ b/arch/powerpc/kernel/prom.c >> @@ -761,7 +761,7 @@ void __init early_init_devtree(void *params) >> DBG(" -> early_init_devtree(%px)\n", params);

Re: [PATCH v1 1/3] powerpc: Fix processing of CONFIG_CMDLINE

2023-01-02 Thread Rob Herring
On Mon, Jan 2, 2023 at 1:41 PM Geoff Levand wrote: > > Commit a7d550f82b445cf218b47a2c1a9c56e97ecb8c7a (of: fdt: Honor > CONFIG_CMDLINE* > even without /chosen node) moved the processing of the kernel built-in command > line (CONFIG_CMDLINE) from the early_init_dt_scan_chosen routine to the >