diff options
Diffstat (limited to 'platform/thead/c910/platform.c')
-rw-r--r-- | platform/thead/c910/platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/thead/c910/platform.c b/platform/thead/c910/platform.c index 482caad..ca2e0e2 100644 --- a/platform/thead/c910/platform.c +++ b/platform/thead/c910/platform.c @@ -152,6 +152,6 @@ const struct sbi_platform platform = { .name = "T-HEAD Xuantie c910", .features = SBI_THEAD_FEATURES, .hart_count = C910_HART_COUNT, - .hart_stack_size = C910_HART_STACK_SIZE, + .hart_stack_size = SBI_PLATFORM_DEFAULT_HART_STACK_SIZE, .platform_ops_addr = (unsigned long)&platform_ops }; |