Skip to content
Snippets Groups Projects
Commit c42eb7f2 authored by Alexey Brodkin's avatar Alexey Brodkin Committed by Tom Rini
Browse files

axs101: change command prompt marker to match marketing name of the board


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

Cc: Tom Rini <trini@ti.com>

Signed-off-by: default avatarAlexey Brodkin <abrodkin@synopsys.com>
parent f39b2a6e
No related branches found
No related tags found
No related merge requests found
......@@ -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 + \
......
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