From c148e8f2af6424ef4c0661bdae7ee7bb87f85ca0 Mon Sep 17 00:00:00 2001 From: Inochi Amaoto Date: Sun, 28 Apr 2024 13:27:18 +0800 Subject: [PATCH] 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 --- arch/risc-v/src/common/riscv_macros.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/risc-v/src/common/riscv_macros.S b/arch/risc-v/src/common/riscv_macros.S index 62e7f9902a..0ab8358d50 100644 --- a/arch/risc-v/src/common/riscv_macros.S +++ b/arch/risc-v/src/common/riscv_macros.S @@ -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