Skip to content

Commit be216cb

Browse files
Red54chenhuacai
authored andcommitted
LoongArch: Fix help text of CMDLINE_EXTEND in Kconfig
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: fa96b57 ("LoongArch: Add build infrastructure") Signed-off-by: 谢致邦 (XIE Zhibang) <Yeking@Red54.com> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
1 parent 892a796 commit be216cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/loongarch/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,8 @@ config CMDLINE_BOOTLOADER
386386
config CMDLINE_EXTEND
387387
bool "Use built-in to extend bootloader kernel arguments"
388388
help
389-
The command-line arguments provided during boot will be
390-
appended to the built-in command line. This is useful in
389+
The built-in command line will be appended to the command-
390+
line arguments provided during boot. This is useful in
391391
cases where the provided arguments are insufficient and
392392
you don't want to or cannot modify them.
393393

0 commit comments

Comments
 (0)