Re: [PATCH] riscv: increase COMMAND_LINE_SIZE value to 2048
From: Paul Walmsley
Date: Thu Feb 12 2026 - 19:52:35 EST
On Mon, 19 Jan 2026, Austin Kim wrote:
> From: Austin Kim <austin.kim@xxxxxxx>
>
> SoC people may send many parameters to configure the drivers via kernel
> command line. If COMMAND_LINE_SIZE is not enough, they may go through
> unexpected error.
>
> To avoid the potential pain, we had better increase COMMAND_LINE_SIZE.
>
> Signed-off-by: Austin Kim <austin.kim@xxxxxxx>
Thanks, queued for v7.1.
- Paul