Paul Burton 9dd422f697
MIPS: Make builtin_cmdline const & variable length
We have no need for the builtin_cmdline array to be fixed at the length
of COMMAND_LINE_SIZE - we'll only copy out the string it contains up to
its NULL terminator anyway, and cap the size at COMMAND_LINE_SIZE when
copying into or concatenating with boot_command_line.

The string value is also constant, so we can declare it as such to place
it in the .init.rodata section.

Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: linux-mips@vger.kernel.org
2019-10-12 13:44:24 -07:00
..
2019-10-02 14:06:41 -07:00
2019-08-06 14:01:08 -07:00
2018-10-31 08:54:16 -07:00
2019-08-26 11:42:40 +01:00
2019-05-07 19:06:04 -07:00
2018-08-31 11:49:20 -07:00
2019-07-25 21:45:05 -07:00
2014-05-24 00:07:01 +02:00
2018-10-31 08:54:16 -07:00
2018-12-03 13:42:38 -08:00