diff options
Diffstat (limited to 'platform/template')
-rw-r--r-- | platform/template/platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/template/platform.c b/platform/template/platform.c index 74ac9f4..d09b8bd 100644 --- a/platform/template/platform.c +++ b/platform/template/platform.c @@ -223,6 +223,6 @@ const struct sbi_platform platform = { .name = "platform-name", .features = SBI_PLATFORM_DEFAULT_FEATURES, .hart_count = 1, - .hart_stack_size = 8192, + .hart_stack_size = SBI_PLATFORM_DEFAULT_HART_STACK_SIZE, .platform_ops_addr = (unsigned long)&platform_ops }; |