Re: [PATCH 1/4] x86/setup: introduce setup_bultin_cmdline

2015-06-27 Thread Andy Shevchenko
On Sat, Jun 27, 2015 at 4:54 PM, Alexander Kuleshov wrote: > sorry, forgot to add version to this patch, please skip this patch. You may, for example, supply --subject-prefix="PATCH v13" to git format-patch command to create a nice version token. One comment below. > > 2015-06-27 19:46 GMT+06:0

Re: [PATCH 1/4] x86/setup: introduce setup_bultin_cmdline

2015-06-27 Thread Alexander Kuleshov
sorry, forgot to add version to this patch, please skip this patch. 2015-06-27 19:46 GMT+06:00 Alexander Kuleshov : > 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 thi