npcx: Reduce system stack size

Reduce system stack size to 1K to match other recent chips.

BUG=None
TEST=Build + boot on kevin.
BRANCH=None

Change-Id: I0be6e865ca03f4eef2ee7a99856df8257d7269d9
Signed-off-by: Shawn Nematbakhsh <shawnn@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/341850
Commit-Ready: Shawn N <shawnn@chromium.org>
Tested-by: Shawn N <shawnn@chromium.org>
Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Reviewed-by: Mulin Chao <mlchao@nuvoton.com>
This commit is contained in:
Shawn Nematbakhsh
2016-05-02 18:16:14 -07:00
committed by chrome-bot
parent d539c79960
commit 8aa04ea278

View File

@@ -63,7 +63,7 @@
#endif
/* System stack size */
#define CONFIG_STACK_SIZE 4096
#define CONFIG_STACK_SIZE 1024
/* non-standard task stack sizes */
#define IDLE_TASK_STACK_SIZE 512