mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 12:31:52 -04:00
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@lge.com> Link: https://patch.msgid.link/aW3gFmOlA/Z4kmfJ@adminpc-PowerEdge-R7525 Signed-off-by: Paul Walmsley <pjw@kernel.org>
9 lines
203 B
C
9 lines
203 B
C
/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
|
|
|
|
#ifndef _UAPI_ASM_RISCV_SETUP_H
|
|
#define _UAPI_ASM_RISCV_SETUP_H
|
|
|
|
#define COMMAND_LINE_SIZE 2048
|
|
|
|
#endif /* _UAPI_ASM_RISCV_SETUP_H */
|