Re: [PATCH v4 18/20] x86: Convert to GENERIC_CMDLINE

2021-04-09 Thread Christophe Leroy
Le 08/04/2021 à 21:41, Rob Herring a écrit : On Fri, Apr 02, 2021 at 03:18:20PM +, Christophe Leroy wrote: This converts the architecture to GENERIC_CMDLINE. Signed-off-by: Christophe Leroy --- arch/x86/Kconfig| 45 ++---

Re: [PATCH v4 18/20] x86: Convert to GENERIC_CMDLINE

2021-04-08 Thread Rob Herring
On Fri, Apr 02, 2021 at 03:18:20PM +, Christophe Leroy wrote: > This converts the architecture to GENERIC_CMDLINE. > > Signed-off-by: Christophe Leroy > --- > arch/x86/Kconfig| 45 ++--- > arch/x86/kernel/setup.c | 17 ++-- > 2 files

[PATCH v4 18/20] x86: Convert to GENERIC_CMDLINE

2021-04-02 Thread Christophe Leroy
This converts the architecture to GENERIC_CMDLINE. Signed-off-by: Christophe Leroy --- arch/x86/Kconfig| 45 ++--- arch/x86/kernel/setup.c | 17 ++-- 2 files changed, 4 insertions(+), 58 deletions(-) diff --git a/arch/x86/Kconfig