]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commit5da7b8cb08dbae06bb11f72449d425fdc20d1f81
treeade5c351290644416c9b8d9d6da9be46a4d72dc2
parent27eb7bce3943111dd70c19569b60d9a047f06811
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>
include/configs/ls1021aiot.h
include/configs/ls1088a_common.h
include/configs/s32v234evb.h
include/configs/tplink_wdr4300.h