diff options
| author | Alexey Brodkin <[email protected]> | 2014-02-08 10:30:59 +0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-02-21 07:54:05 -0500 |
| commit | c42eb7f2c76ff5553380cb0bfbfb62903194cf0c (patch) | |
| tree | fdb36a23748a12e3b2946f98dee70c22d8c24793 /include | |
| parent | f39b2a6e88ba6328879507d618da5d44dd9b4297 (diff) | |
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 <[email protected]>
Signed-off-by: Alexey Brodkin <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/axs101.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/axs101.h b/include/configs/axs101.h index af2e63b4db7..f6b569abfdd 100644 --- a/include/configs/axs101.h +++ b/include/configs/axs101.h @@ -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 + \ |
