From: Chia-Wei Wang Date: Tue, 10 Sep 2024 09:39:14 +0000 (+0800) Subject: riscv: Make stack size shift configurable X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=248292f4994b68af1e9d9b4e3c262552951f64e0;p=u-boot.git riscv: Make stack size shift configurable Add prompt for STACK_SIZE_SHIFT to make it configurable. The default value remains 14 as usual. Signed-off-by: Chia-Wei Wang Reviewed-by: Leo Yu-Chi Liang --- diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index c5859c5c54..d0476f975c 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