diff options
Diffstat (limited to 'platform/andes/ae350/platform.c')
-rw-r--r-- | platform/andes/ae350/platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/andes/ae350/platform.c b/platform/andes/ae350/platform.c index b85cec4..db5b46e 100644 --- a/platform/andes/ae350/platform.c +++ b/platform/andes/ae350/platform.c @@ -186,6 +186,6 @@ const struct sbi_platform platform = { .name = "Andes AE350", .features = SBI_PLATFORM_DEFAULT_FEATURES, .hart_count = AE350_HART_COUNT, - .hart_stack_size = AE350_HART_STACK_SIZE, + .hart_stack_size = SBI_PLATFORM_DEFAULT_HART_STACK_SIZE, .platform_ops_addr = (unsigned long)&platform_ops }; |