diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-11-13 18:43:52 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-23 06:49:02 -0500 |
commit | c66109cd3bc69f48b1b9e19568a6df7f3ea3629d (patch) | |
tree | 374c986aafe70f47e96d12d7ae1e96cd2b1a0776 /include/configs/ls1021atwr.h | |
parent | 4efb6542238ba872263b4955b3b89d00fcf0e228 (diff) | |
download | talos-obmc-uboot-c66109cd3bc69f48b1b9e19568a6df7f3ea3629d.tar.gz talos-obmc-uboot-c66109cd3bc69f48b1b9e19568a6df7f3ea3629d.zip |
config: remove redundant CONFIG_SYS_PROMPT defines
Since commit 0defddc851ed (config: Add a default CONFIG_SYS_PROMPT),
each board header does not need to define CONFIG_SYS_PROMPT
as long as it uses the default prompt "=> ".
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/configs/ls1021atwr.h')
-rw-r--r-- | include/configs/ls1021atwr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index 3c73af8ac3..e98e102e42 100644 --- a/include/configs/ls1021atwr.h +++ b/include/configs/ls1021atwr.h @@ -245,7 +245,6 @@ #define CONFIG_SYS_LONGHELP /* undef to save memory */ #define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */ #define CONFIG_SYS_PROMPT_HUSH_PS2 "> " -#define CONFIG_SYS_PROMPT "=> " #define CONFIG_AUTO_COMPLETE #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE \ |