From 4a603eb6dc44df61f8f5c60121fb33e2707a72bd Mon Sep 17 00:00:00 2001 From: Anup Patel <anup.patel@wdc.com> Date: Wed, 4 Mar 2020 14:10:03 +0530 Subject: platform: kendryte/k210: Set per-HART stack size to 8KB All platform except kendryte/k210 use 8KB of per-HART stack hence this patch set per-HART stack size of kendryte/k210 to 8KB for consistency. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Atish Patra <atish.patra@wdc.com> --- platform/kendryte/k210/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform') diff --git a/platform/kendryte/k210/platform.h b/platform/kendryte/k210/platform.h index 0596a91..8e4664f 100644 --- a/platform/kendryte/k210/platform.h +++ b/platform/kendryte/k210/platform.h @@ -12,7 +12,7 @@ #include <sbi/riscv_io.h> #define K210_HART_COUNT 2 -#define K210_HART_STACK_SIZE 4096 +#define K210_HART_STACK_SIZE 8192 #define K210_UART_BAUDRATE 115200 -- cgit v1.2.3