Commit 7904b70885f3c589c239f6ac978f299a6744557f

Authored by Rob Herring
Committed by Albert ARIBAUD
1 parent ac9ae1333e

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

include/configs/highbank.h
... ... @@ -71,7 +71,6 @@
71 71 #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
72 72 #define CONFIG_SYS_MAXARGS 16 /* max number of cmd args */
73 73 #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
74   -#define CONFIG_SYS_PROMPT "Highbank #"
75 74 /* Print Buffer Size */
76 75 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
77 76 sizeof(CONFIG_SYS_PROMPT)+16)