[U-Boot] [PATCH] axs101: change command prompt marker to match marketing name of the board
Alexey Brodkin
Alexey.Brodkin at synopsys.com
Sat Feb 8 07:30:59 CET 2014
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 at ti.com>
Signed-off-by: Alexey Brodkin <abrodkin at synopsys.com>
---
include/configs/axs101.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 + \
--
1.8.5.3
More information about the U-Boot
mailing list