From: Alexey Brodkin Date: Sat, 8 Feb 2014 06:30:59 +0000 (+0400) Subject: axs101: change command prompt marker to match marketing name of the board X-Git-Tag: v2014.04-rc2~123 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c42eb7f2c76ff5553380cb0bfbfb62903194cf0c;p=u-boot 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 Signed-off-by: Alexey Brodkin --- diff --git a/include/configs/axs101.h b/include/configs/axs101.h index af2e63b4db..f6b569abfd 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 + \