From 5da7b8cb08dbae06bb11f72449d425fdc20d1f81 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Fri, 22 Jun 2018 08:10:41 +0200 Subject: hush: Remove default CONFIG_SYS_PROMPT_HUSH_PS2 setting from board files There is no reason to define default option for this macro which is already done in common/cli_hush.c. 86 #ifndef CONFIG_SYS_PROMPT_HUSH_PS2 87 #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " 88 #endif Signed-off-by: Michal Simek Reviewed-by: York Sun --- include/configs/ls1021aiot.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/ls1021aiot.h') diff --git a/include/configs/ls1021aiot.h b/include/configs/ls1021aiot.h index 0c900eb134..97792be6a8 100644 --- a/include/configs/ls1021aiot.h +++ b/include/configs/ls1021aiot.h @@ -209,8 +209,6 @@ /* * Miscellaneous configurable options */ -#define CONFIG_SYS_PROMPT_HUSH_PS2 "> " - #define CONFIG_CMD_GREPENV #define CONFIG_CMD_MEMINFO -- cgit