]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
LoongArch: Fix help text of CMDLINE_EXTEND in Kconfig
author谢致邦 (XIE Zhibang) <Yeking@Red54.com>
Sun, 30 Mar 2025 08:31:09 +0000 (16:31 +0800)
committerHuacai Chen <chenhuacai@loongson.cn>
Sun, 30 Mar 2025 08:31:09 +0000 (16:31 +0800)
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: fa96b57c1490 ("LoongArch: Add build infrastructure")
Signed-off-by: 谢致邦 (XIE Zhibang) <Yeking@Red54.com>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
arch/loongarch/Kconfig

index 5e009126eaa18bd43e6ccfba374d5fbca2335cc0..02fc28020ddd6329956a9986c2763a7bf57d59a9 100644 (file)
@@ -386,8 +386,8 @@ config CMDLINE_BOOTLOADER
 config CMDLINE_EXTEND
        bool "Use built-in to extend bootloader kernel arguments"
        help
-         The command-line arguments provided during boot will be
-         appended to the built-in command line. This is useful in
+         The built-in command line will be appended to the command-
+         line arguments provided during boot. This is useful in
          cases where the provided arguments are insufficient and
          you don't want to or cannot modify them.