Skip to content

Commit 48d9aab

Browse files
Red54palmer-dabbelt
authored andcommitted
RISC-V: Kconfig: Fix help text of CMDLINE_EXTEND
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: 3aed8c4 ("RISC-V: Update Kconfig to better handle CMDLINE") Signed-off-by: 谢致邦 (XIE Zhibang) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Ghiti <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent be17c0d commit 48d9aab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/riscv/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1176,8 +1176,8 @@ config CMDLINE_FALLBACK
11761176
config CMDLINE_EXTEND
11771177
bool "Extend bootloader kernel arguments"
11781178
help
1179-
The command-line arguments provided during boot will be
1180-
appended to the built-in command line. This is useful in
1179+
The built-in command line will be appended to the command-
1180+
line arguments provided during boot. This is useful in
11811181
cases where the provided arguments are insufficient and
11821182
you don't want to or cannot modify them.
11831183

0 commit comments

Comments
 (0)