Skip to content
Snippets Groups Projects
Commit 7904b708 authored by Rob Herring's avatar Rob Herring Committed by Albert ARIBAUD
Browse files

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: default avatarRob Herring <robh@kernel.org>
parent ac9ae133
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment