hush: Remove default CONFIG_SYS_PROMPT_HUSH_PS2 setting from board files
authorMichal Simek <michal.simek@xilinx.com>
Fri, 22 Jun 2018 06:10:41 +0000 (08:10 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 19 Jul 2018 08:49:53 +0000 (10:49 +0200)
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>
include/configs/ls1021aiot.h
include/configs/ls1088a_common.h
include/configs/s32v234evb.h
include/configs/tplink_wdr4300.h

index 0c900eb1343dc9383f524d77d26e7d1d51eb166e..97792be6a8564f1b030ceec30a47462d3ef13a7c 100644 (file)
 /*
  * Miscellaneous configurable options
  */
-#define CONFIG_SYS_PROMPT_HUSH_PS2     "> "
-
 #define CONFIG_CMD_GREPENV
 #define CONFIG_CMD_MEMINFO
 
index c70474cdfacb86ae0df55cfa62a93c64d43c628b..137a18121744d1fef9beafadef4b895d2508ab44 100644 (file)
@@ -215,7 +215,6 @@ unsigned long long get_qixis_addr(void);
 #define CONFIG_SYS_CBSIZE              512     /* Console I/O Buffer Size */
 #define CONFIG_SYS_PBSIZE              (CONFIG_SYS_CBSIZE + \
                                        sizeof(CONFIG_SYS_PROMPT) + 16)
-#define CONFIG_SYS_PROMPT_HUSH_PS2     "> "
 #define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE /* Boot args buffer */
 #define CONFIG_SYS_MAXARGS             64      /* max command args */
 
index 48c979f97b929081caa888800a8132dd5cb48924..c6fb909174db4724715e099c4f5c0229da44a75f 100644 (file)
 #include <config_distro_bootcmd.h>
 
 /* Miscellaneous configurable options */
-#define CONFIG_SYS_PROMPT_HUSH_PS2     "> "
 #define CONFIG_SYS_PROMPT              "=> "
 
 #define CONFIG_SYS_MEMTEST_START       (DDR_BASE_ADDR)
index 0982d3e6118447ad8ffd57627ee02fd6ddbcc577..436715824b23d0caa9f001b8d1cf4cd00be4cc59 100644 (file)
@@ -44,7 +44,6 @@
 #define CONFIG_SYS_MAXARGS     32              /* Max number of command args */
 #define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE
                                                /* Boot argument buffer size */
-#define CONFIG_SYS_PROMPT_HUSH_PS2     "> "
 
 /* USB, USB storage, USB ethernet */
 #define CONFIG_EHCI_MMIO_BIG_ENDIAN