From daae92ea9266f2ef16c50c161e7fd86f122ae83a Mon Sep 17 00:00:00 2001 From: chenrun1 Date: Sun, 8 Oct 2023 17:15:24 +0800 Subject: [PATCH] memtester:Modify the misnaming in Kconfig Signed-off-by: chenrun1 --- testing/memtester/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/memtester/Kconfig b/testing/memtester/Kconfig index 44f89962d..98c6c4cff 100644 --- a/testing/memtester/Kconfig +++ b/testing/memtester/Kconfig @@ -14,7 +14,7 @@ config UTILS_MEMTESTER_PROGNAME default "memtester" config UTILS_MEMTESTER_STACKSIZE - int "utils dhrystone stack size" + int "utils memtester stack size" default DEFAULT_TASK_STACKSIZE config UTILS_MEMTESTER_PRIORITY