Commit 5da7b8cb08dbae06bb11f72449d425fdc20d1f81

Authored by Michal Simek
1 parent 27eb7bce39

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 <michal.simek@xilinx.com>
Reviewed-by: York Sun <york.sun@nxp.com>

Showing 4 changed files with 0 additions and 5 deletions Side-by-side Diff

include/configs/ls1021aiot.h
... ... @@ -209,8 +209,6 @@
209 209 /*
210 210 * Miscellaneous configurable options
211 211 */
212   -#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
213   -
214 212 #define CONFIG_CMD_GREPENV
215 213 #define CONFIG_CMD_MEMINFO
216 214  
include/configs/ls1088a_common.h
... ... @@ -215,7 +215,6 @@
215 215 #define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */
216 216 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
217 217 sizeof(CONFIG_SYS_PROMPT) + 16)
218   -#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
219 218 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot args buffer */
220 219 #define CONFIG_SYS_MAXARGS 64 /* max command args */
221 220  
include/configs/s32v234evb.h
... ... @@ -148,7 +148,6 @@
148 148 #include <config_distro_bootcmd.h>
149 149  
150 150 /* Miscellaneous configurable options */
151   -#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
152 151 #define CONFIG_SYS_PROMPT "=> "
153 152  
154 153 #define CONFIG_SYS_MEMTEST_START (DDR_BASE_ADDR)
include/configs/tplink_wdr4300.h
... ... @@ -44,7 +44,6 @@
44 44 #define CONFIG_SYS_MAXARGS 32 /* Max number of command args */
45 45 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
46 46 /* Boot argument buffer size */
47   -#define CONFIG_SYS_PROMPT_HUSH_PS2 "> "
48 47  
49 48 /* USB, USB storage, USB ethernet */
50 49 #define CONFIG_EHCI_MMIO_BIG_ENDIAN