[PATCH v2 2/8] riscv: Make stack size shift configurable
Chia-Wei Wang
chiawei_wang at aspeedtech.com
Tue Sep 10 11:39:14 CEST 2024
Add prompt for STACK_SIZE_SHIFT to make it configurable.
The default value remains 14 as usual.
Signed-off-by: Chia-Wei Wang <chiawei_wang at aspeedtech.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang at andestech.com>
---
arch/riscv/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index c5859c5c541..d0476f975c2 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -453,7 +453,7 @@ config RISCV_PRIV_1_9
memory is configured was also changed.
config STACK_SIZE_SHIFT
- int
+ int "Stack size shift"
default 14
config OF_BOARD_FIXUP
--
2.25.1
More information about the U-Boot
mailing list