summaryrefslogtreecommitdiffstats
path: root/include/configs/T208xQDS.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-11-13 18:43:52 +0900
committerTom Rini <trini@ti.com>2014-11-23 06:49:02 -0500
commitc66109cd3bc69f48b1b9e19568a6df7f3ea3629d (patch)
tree374c986aafe70f47e96d12d7ae1e96cd2b1a0776 /include/configs/T208xQDS.h
parent4efb6542238ba872263b4955b3b89d00fcf0e228 (diff)
downloadblackbird-obmc-uboot-c66109cd3bc69f48b1b9e19568a6df7f3ea3629d.tar.gz
blackbird-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/T208xQDS.h')
-rw-r--r--include/configs/T208xQDS.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h
index 27333589af..2f381e7b49 100644
--- a/include/configs/T208xQDS.h
+++ b/include/configs/T208xQDS.h
@@ -791,7 +791,6 @@ unsigned long get_board_ddr_clk(void);
#define CONFIG_CMDLINE_EDITING /* Command-line editing */
#define CONFIG_AUTO_COMPLETE /* add autocompletion support */
#define CONFIG_SYS_LOAD_ADDR 0x2000000 /* default load address */
-#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */
#ifdef CONFIG_CMD_KGDB
#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
#else
OpenPOWER on IntegriCloud