Re: [PATCH 1/3] kernel: Add a new config option to remove command line parsing

2015-04-09 Thread Tim Bird
On 04/01/2015 07:34 AM, Iulia Manda wrote: This patch introduces CONFIG_CMDLINE_PARSE option which conditionally compiles the support for parsing kernel command line arguments. The corresponding functions that actually do the parsing will be compiled out. This is used when no parameters

[PATCH 1/3] kernel: Add a new config option to remove command line parsing

2015-04-01 Thread Iulia Manda
This patch introduces CONFIG_CMDLINE_PARSE option which conditionally compiles the support for parsing kernel command line arguments. The corresponding functions that actually do the parsing will be compiled out. This is used when no parameters will be specified neither at compile time nor at