Skip to content

Commit

Permalink
axs101: change command prompt marker to match marketing name of the b…
Browse files Browse the repository at this point in the history
…oard

Proper spelling of the boad marketing name is with upper case.
So changing it from lower case to upper case here.

Cc: Tom Rini <[email protected]>

Signed-off-by: Alexey Brodkin <[email protected]>
  • Loading branch information
abrodkin authored and trini committed Feb 21, 2014
1 parent f39b2a6 commit c42eb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/configs/axs101.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
* Console configuration
*/
#define CONFIG_SYS_LONGHELP
#define CONFIG_SYS_PROMPT "axs# "
#define CONFIG_SYS_PROMPT "AXS# "
#define CONFIG_SYS_CBSIZE 256
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \
Expand Down

0 comments on commit c42eb7f

Please sign in to comment.