Re: [PATCH 1/2] powerpc/powernv: Treat an empty reboot string as default

2020-03-05 Thread Michael Ellerman
On Mon, 2020-02-17 at 02:48:32 UTC, Oliver O'Halloran wrote: > Treat an empty reboot cmd string the same as a NULL string. This squashes a > spurious unsupported reboot message that sometimes gets out when using > xmon. > > Signed-off-by: Oliver O'Halloran Series applied to powerpc next,

Re: [PATCH 1/2] powerpc/powernv: Treat an empty reboot string as default

2020-02-24 Thread Alexey Kardashevskiy
On 24/02/2020 21:04, Segher Boessenkool wrote: > On Mon, Feb 24, 2020 at 01:32:28PM +1100, Alexey Kardashevskiy wrote: >> On 17/02/2020 13:48, Oliver O'Halloran wrote: >>> Treat an empty reboot cmd string the same as a NULL string. This squashes a >>> spurious unsupported reboot message that

Re: [PATCH 1/2] powerpc/powernv: Treat an empty reboot string as default

2020-02-24 Thread Segher Boessenkool
On Mon, Feb 24, 2020 at 01:32:28PM +1100, Alexey Kardashevskiy wrote: > On 17/02/2020 13:48, Oliver O'Halloran wrote: > > Treat an empty reboot cmd string the same as a NULL string. This squashes a > > spurious unsupported reboot message that sometimes gets out when using > > xmon. > > -

Re: [PATCH 1/2] powerpc/powernv: Treat an empty reboot string as default

2020-02-23 Thread Andrew Donnellan
On 17/2/20 1:48 pm, Oliver O'Halloran wrote: Treat an empty reboot cmd string the same as a NULL string. This squashes a spurious unsupported reboot message that sometimes gets out when using xmon. Signed-off-by: Oliver O'Halloran Pretty sure I've seen that spurious reboot message a few

Re: [PATCH 1/2] powerpc/powernv: Treat an empty reboot string as default

2020-02-23 Thread Alexey Kardashevskiy
On 17/02/2020 13:48, Oliver O'Halloran wrote: > Treat an empty reboot cmd string the same as a NULL string. This squashes a > spurious unsupported reboot message that sometimes gets out when using > xmon. > > Signed-off-by: Oliver O'Halloran > --- > arch/powerpc/platforms/powernv/setup.c | 2

[PATCH 1/2] powerpc/powernv: Treat an empty reboot string as default

2020-02-16 Thread Oliver O'Halloran
Treat an empty reboot cmd string the same as a NULL string. This squashes a spurious unsupported reboot message that sometimes gets out when using xmon. Signed-off-by: Oliver O'Halloran --- arch/powerpc/platforms/powernv/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git