From 8f4de466887d36137f8f079bb4a6e0cd4155263b Mon Sep 17 00:00:00 2001 From: sunghan Date: Fri, 14 Apr 2017 17:33:09 +0900 Subject: [PATCH] fix wrong name of tash config on defconfig CONFIG_TASH_CMDTHREAD_XXX was changed to CONFIG_TASH_CMDTASK_XXX. --- build/configs/sidk_s5jt200/hello_with_tash/defconfig | 4 ++-- build/configs/sidk_s5jt200/kernel_sample/defconfig | 4 ++-- build/configs/sidk_s5jt200/tc/defconfig | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/configs/sidk_s5jt200/hello_with_tash/defconfig b/build/configs/sidk_s5jt200/hello_with_tash/defconfig index 298c0f4..93c7d08 100644 --- a/build/configs/sidk_s5jt200/hello_with_tash/defconfig +++ b/build/configs/sidk_s5jt200/hello_with_tash/defconfig @@ -802,8 +802,8 @@ CONFIG_TASH=y CONFIG_TASH_MAX_COMMANDS=32 # CONFIG_DEBUG_TASH is not set # CONFIG_TASH_TELNET_INTERFACE is not set -CONFIG_TASH_CMDTHREAD_STACKSIZE=4096 -CONFIG_TASH_CMDTHREAD_PRIORITY=100 +CONFIG_TASH_CMDTASK_STACKSIZE=4096 +CONFIG_TASH_CMDTASK_PRIORITY=100 # # System Libraries diff --git a/build/configs/sidk_s5jt200/kernel_sample/defconfig b/build/configs/sidk_s5jt200/kernel_sample/defconfig index 1efa6e4..f0ec0bc 100644 --- a/build/configs/sidk_s5jt200/kernel_sample/defconfig +++ b/build/configs/sidk_s5jt200/kernel_sample/defconfig @@ -832,8 +832,8 @@ CONFIG_TASH=y CONFIG_TASH_MAX_COMMANDS=32 # CONFIG_DEBUG_TASH is not set # CONFIG_TASH_TELNET_INTERFACE is not set -CONFIG_TASH_CMDTHREAD_STACKSIZE=4096 -CONFIG_TASH_CMDTHREAD_PRIORITY=100 +CONFIG_TASH_CMDTASK_STACKSIZE=4096 +CONFIG_TASH_CMDTASK_PRIORITY=100 # # System Libraries diff --git a/build/configs/sidk_s5jt200/tc/defconfig b/build/configs/sidk_s5jt200/tc/defconfig index f8b9305..4404bc4 100644 --- a/build/configs/sidk_s5jt200/tc/defconfig +++ b/build/configs/sidk_s5jt200/tc/defconfig @@ -879,8 +879,8 @@ CONFIG_TASH=y CONFIG_TASH_MAX_COMMANDS=32 # CONFIG_DEBUG_TASH is not set # CONFIG_TASH_TELNET_INTERFACE is not set -CONFIG_TASH_CMDTHREAD_STACKSIZE=4096 -CONFIG_TASH_CMDTHREAD_PRIORITY=100 +CONFIG_TASH_CMDTASK_STACKSIZE=4096 +CONFIG_TASH_CMDTASK_PRIORITY=100 # # System Libraries -- 2.7.4