mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
LoongArch: Fix help text of CMDLINE_EXTEND in Kconfig
[ Upstream commit be216cbc1ddf99a51915414ce147311c0dfd50a2 ]
It is the built-in command line appended to the bootloader command line,
not the bootloader command line appended to the built-in command line.
Fixes: fa96b57c14 ("LoongArch: Add build infrastructure")
Signed-off-by: 谢致邦 (XIE Zhibang) <Yeking@Red54.com>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
6fc6fa800e
commit
63d23e3976
@@ -310,8 +310,8 @@ config CMDLINE_BOOTLOADER
|
|||||||
config CMDLINE_EXTEND
|
config CMDLINE_EXTEND
|
||||||
bool "Use built-in to extend bootloader kernel arguments"
|
bool "Use built-in to extend bootloader kernel arguments"
|
||||||
help
|
help
|
||||||
The command-line arguments provided during boot will be
|
The built-in command line will be appended to the command-
|
||||||
appended to the built-in command line. This is useful in
|
line arguments provided during boot. This is useful in
|
||||||
cases where the provided arguments are insufficient and
|
cases where the provided arguments are insufficient and
|
||||||
you don't want to or cannot modify them.
|
you don't want to or cannot modify them.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user