Re: [PATCH v3] powerpc: Support CMDLINE_EXTEND
From: Michael Ellerman <hidden>
Date: 2019-11-14 09:07:48
Also in:
lkml
From: Michael Ellerman <hidden>
Date: 2019-11-14 09:07:48
Also in:
lkml
On Thu, 2019-08-01 at 22:50:06 UTC, Chris Packham wrote:
Bring powerpc in line with other architectures that support extending or overriding the bootloader provided command line. The current behaviour is most like CMDLINE_FROM_BOOTLOADER where the bootloader command line is preferred but the kernel config can provide a fallback so CMDLINE_FROM_BOOTLOADER is the default. CMDLINE_EXTEND can be used to append the CMDLINE from the kernel config to the one provided by the bootloader. Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/d79fbb3a32f05a7e1cc0294b86dacdb9cc3ad7f5 cheers