]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
axs101: change command prompt marker to match marketing name of the board
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Sat, 8 Feb 2014 06:30:59 +0000 (10:30 +0400)
committerTom Rini <trini@ti.com>
Fri, 21 Feb 2014 12:54:05 +0000 (07:54 -0500)
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: Alexey Brodkin <abrodkin@synopsys.com>
include/configs/axs101.h

index af2e63b4db7c4de04ea42e7d287f668317148841..f6b569abfdd1684734505916aa8102368f78cd27 100644 (file)
  * 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 + \