Commit 580e626d authored by Austin Kim's avatar Austin Kim Committed by Paul Walmsley
Browse files

riscv: increase COMMAND_LINE_SIZE value to 2048



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: default avatarAustin Kim <austin.kim@lge.com>
Link: https://patch.msgid.link/aW3gFmOlA/Z4kmfJ@adminpc-PowerEdge-R7525


Signed-off-by: default avatarPaul Walmsley <pjw@kernel.org>
parent ca1dd5c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,6 +3,6 @@
#ifndef _UAPI_ASM_RISCV_SETUP_H
#define _UAPI_ASM_RISCV_SETUP_H

#define COMMAND_LINE_SIZE	1024
#define COMMAND_LINE_SIZE	2048

#endif /* _UAPI_ASM_RISCV_SETUP_H */