From da8feca925e75f2ee7a7bdf6a07178bb15d91412 Mon Sep 17 00:00:00 2001 From: "jc_.kim" Date: Mon, 27 Mar 2017 10:43:10 +0900 Subject: [PATCH] fix the typing error about fscmd in kconfig and defconfig --- apps/system/utils/Kconfig | 2 +- build/configs/sidk_s5jt200/hello_with_tash/defconfig | 2 +- build/configs/sidk_s5jt200/kernel_sample/defconfig | 2 +- build/configs/sidk_s5jt200/tc/defconfig | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/system/utils/Kconfig b/apps/system/utils/Kconfig index fc2e233..2b3d9a9 100644 --- a/apps/system/utils/Kconfig +++ b/apps/system/utils/Kconfig @@ -18,7 +18,7 @@ config FS_CMDS Command including ls, cd, cat, mount, and so on. if FS_CMDS -config FSCMD_FSCMD_BUFFER_LEN +config FSCMD_BUFFER_LEN int "Buffer length of FSCMD" default 32 ---help--- diff --git a/build/configs/sidk_s5jt200/hello_with_tash/defconfig b/build/configs/sidk_s5jt200/hello_with_tash/defconfig index 46dde6a..298c0f4 100644 --- a/build/configs/sidk_s5jt200/hello_with_tash/defconfig +++ b/build/configs/sidk_s5jt200/hello_with_tash/defconfig @@ -887,7 +887,7 @@ CONFIG_SYSTEM_INFORMATION=y # CONFIG_KERNEL_CMDS=y CONFIG_FS_CMDS=y -CONFIG_FSCMD_FSCMD_BUFFER_LEN=32 +CONFIG_FSCMD_BUFFER_LEN=32 CONFIG_ENABLE_DATE=y CONFIG_ENABLE_ENV_GET=y CONFIG_ENABLE_ENV_SET=y diff --git a/build/configs/sidk_s5jt200/kernel_sample/defconfig b/build/configs/sidk_s5jt200/kernel_sample/defconfig index 585552e..1efa6e4 100644 --- a/build/configs/sidk_s5jt200/kernel_sample/defconfig +++ b/build/configs/sidk_s5jt200/kernel_sample/defconfig @@ -917,7 +917,7 @@ CONFIG_SYSTEM_INFORMATION=y # CONFIG_KERNEL_CMDS=y CONFIG_FS_CMDS=y -CONFIG_FSCMD_FSCMD_BUFFER_LEN=32 +CONFIG_FSCMD_BUFFER_LEN=32 CONFIG_ENABLE_DATE=y CONFIG_ENABLE_ENV_GET=y CONFIG_ENABLE_ENV_SET=y diff --git a/build/configs/sidk_s5jt200/tc/defconfig b/build/configs/sidk_s5jt200/tc/defconfig index c5a2603..f8b9305 100644 --- a/build/configs/sidk_s5jt200/tc/defconfig +++ b/build/configs/sidk_s5jt200/tc/defconfig @@ -964,7 +964,7 @@ CONFIG_SYSTEM_INFORMATION=y # CONFIG_KERNEL_CMDS=y CONFIG_FS_CMDS=y -CONFIG_FSCMD_FSCMD_BUFFER_LEN=32 +CONFIG_FSCMD_BUFFER_LEN=32 CONFIG_ENABLE_DATE=y CONFIG_ENABLE_ENV_GET=y CONFIG_ENABLE_ENV_SET=y -- 2.7.4