RISC-V: Kconfig: Fix help text of CMDLINE_EXTEND
author谢致邦 (XIE Zhibang) <Yeking@Red54.com>
Fri, 28 Mar 2025 10:14:22 +0000 (10:14 +0000)
committerPalmer Dabbelt <palmer@dabbelt.com>
Thu, 5 Jun 2025 18:09:44 +0000 (11:09 -0700)
commit48d9aabf2dc5d93b402ce55e3187e95698f2b9e9
treeacf194e899f97d034373fec5d920664264892660
parentbe17c0df67959fe4f88dac75dc26ed9252d4b133
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: 3aed8c43267e ("RISC-V: Update Kconfig to better handle CMDLINE")
Signed-off-by: 谢致邦 (XIE Zhibang) <Yeking@Red54.com>
Link: https://lore.kernel.org/r/tencent_A93C7FB46BFD20054AD2FEF4645913FF550A@qq.com
Signed-off-by: Alexandre Ghiti <alexghiti@rivosinc.com>
Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
arch/riscv/Kconfig