diff mbox

[U-Boot] axs101: change command prompt marker to match marketing name of the board

Message ID 1391841059-15793-1-git-send-email-abrodkin@synopsys.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Alexey Brodkin Feb. 8, 2014, 6:30 a.m. UTC
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Feb. 21, 2014, 2:36 p.m. UTC | #1
On Sat, Feb 08, 2014 at 10:30:59AM +0400, Alexey Brodkin wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/axs101.h b/include/configs/axs101.h
index af2e63b..f6b569a 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 + \