summaryrefslogtreecommitdiffstats
path: root/include/configs/highbank.h
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2014-04-10 16:17:31 -0500
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2014-05-02 11:43:25 +0200
commit7904b70885f3c589c239f6ac978f299a6744557f (patch)
tree94a9527f81e449d7a80a5ebe17415e6e683ca139 /include/configs/highbank.h
parentac9ae1333ec09b279617395b7f6ac0c02001b464 (diff)
downloadtalos-obmc-uboot-7904b70885f3c589c239f6ac978f299a6744557f.tar.gz
talos-obmc-uboot-7904b70885f3c589c239f6ac978f299a6744557f.zip
ARM: highbank: use default prompt
Since highbank is actually shared between Highbank and Midway platforms, remove the Highbank name from the prompt and use the default. Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'include/configs/highbank.h')
-rw-r--r--include/configs/highbank.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/highbank.h b/include/configs/highbank.h
index f8794dce81..a6202cfab4 100644
--- a/include/configs/highbank.h
+++ b/include/configs/highbank.h
@@ -71,7 +71,6 @@
#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
#define CONFIG_SYS_MAXARGS 16 /* max number of cmd args */
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
-#define CONFIG_SYS_PROMPT "Highbank #"
/* Print Buffer Size */
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
sizeof(CONFIG_SYS_PROMPT)+16)
OpenPOWER on IntegriCloud