Re: [PATCH] powerpc/boot: Use CONFIG_PPC_POWERNV to compile OPAL support

2021-10-17 Thread Michael Ellerman
On Mon, 11 Oct 2021 09:03:56 +0200, Cédric Le Goater wrote: > CONFIG_PPC64_BOOT_WRAPPER is selected by CPU_LITTLE_ENDIAN which is > used to compile support for other platforms such as Microwatt. There > is no need for OPAL calls on these. > > Applied to powerpc/next. [1/1] powerpc/boot: Use CON

Re: [PATCH] powerpc/boot: Use CONFIG_PPC_POWERNV to compile OPAL support

2021-10-11 Thread Joel Stanley
On Mon, 11 Oct 2021 at 07:42, Cédric Le Goater wrote: > > CONFIG_PPC64_BOOT_WRAPPER is selected by CPU_LITTLE_ENDIAN which is > used to compile support for other platforms such as Microwatt. There > is no need for OPAL calls on these. > > Signed-off-by: Cédric Le Goater Reviewed-by: Joel Stanley

[PATCH] powerpc/boot: Use CONFIG_PPC_POWERNV to compile OPAL support

2021-10-11 Thread Cédric Le Goater
CONFIG_PPC64_BOOT_WRAPPER is selected by CPU_LITTLE_ENDIAN which is used to compile support for other platforms such as Microwatt. There is no need for OPAL calls on these. Signed-off-by: Cédric Le Goater --- arch/powerpc/boot/serial.c | 2 +- arch/powerpc/boot/Makefile | 2 +- 2 files changed,