Re: [PATCH v9 1/3] x86/setup: introduce setup_bultin_cmdline

2015-06-05 Thread Andy Shevchenko
On Fri, 2015-06-05 at 13:51 +0600, Alexander Kuleshov wrote: > Hello Andy, > > 2015-06-03 15:30 GMT+06:00 Andy Shevchenko > : > > On Wed, 2015-06-03 at 13:55 +0600, Alexander Kuleshov wrote: > >> This patch introduces the setup_builtin_cmdline function which appends or > >> overrides boot_command

Re: [PATCH v9 1/3] x86/setup: introduce setup_bultin_cmdline

2015-06-05 Thread Alexander Kuleshov
2015-06-03 15:30 GMT+06:00 Andy Shevchenko : > On Wed, 2015-06-03 at 13:55 +0600, Alexander Kuleshov wrote: >> This patch introduces the setup_builtin_cmdline function which appends or >> overrides boot_command_line with the builtin_cmdline if CONFIG_CMDLINE_BOOL >> is set. > >> Previously this fun

Re: [PATCH v9 1/3] x86/setup: introduce setup_bultin_cmdline

2015-06-05 Thread Alexander Kuleshov
Hello Andy, 2015-06-03 15:30 GMT+06:00 Andy Shevchenko : > On Wed, 2015-06-03 at 13:55 +0600, Alexander Kuleshov wrote: >> This patch introduces the setup_builtin_cmdline function which appends or >> overrides boot_command_line with the builtin_cmdline if CONFIG_CMDLINE_BOOL >> is set. > >> Previo

Re: [PATCH v9 1/3] x86/setup: introduce setup_bultin_cmdline

2015-06-03 Thread Andy Shevchenko
On Wed, 2015-06-03 at 13:55 +0600, Alexander Kuleshov wrote: > This patch introduces the setup_builtin_cmdline function which appends or > overrides boot_command_line with the builtin_cmdline if CONFIG_CMDLINE_BOOL > is set. > Previously this functional was in the setup_arch, but we need to move >