arch/risc-v: Fix typo in riscv_set_inital_sp

Set right name for the parameter description of riscv_set_inital_sp.

Signed-off-by: Inochi Amaoto <inochiama@outlook.com>
This commit is contained in:
Inochi Amaoto 2024-04-28 13:27:18 +08:00 committed by Xiang Xiao
parent 322551b13b
commit c148e8f2af

View File

@ -384,7 +384,7 @@
* Parameter:
* base - Pointer to where the stack is allocated (e.g. _ebss)
* size - Stack size for pre cpu to allocate
* size - Hart id register of this hart (Usually a0)
* hartid - Hart id register of this hart (Usually a0)
*
****************************************************************************/
.macro riscv_set_inital_sp base, size, hartid