summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Liu <r64343@freescale.com>2012-12-27 15:38:26 +0800
committerJason Liu <r64343@freescale.com>2012-12-27 15:45:12 +0800
commit82471d5f28c05846729cdb473ae0cf7b8b13aa06 (patch)
treeebd8b2d5e470696e528bc6bb14873b716dee6f33
parent0e7ae7d5470d784a447bc94704ff1e8db5aca7de (diff)
ENGR00238371: mx6solo: sabresd: make system prompt indicate solo config
make system prompt indicate solo config when using mx6solo_sabresd: "MX6Solo SABRESD U-Boot > " Signed-off-by: Jason Liu <r64343@freescale.com>
-rw-r--r--include/configs/mx6solo_sabresd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6solo_sabresd.h b/include/configs/mx6solo_sabresd.h
index ea94ae3e27..5e4d30d44a 100644
--- a/include/configs/mx6solo_sabresd.h
+++ b/include/configs/mx6solo_sabresd.h
@@ -141,7 +141,7 @@
* Miscellaneous configurable options
*/
#define CONFIG_SYS_LONGHELP /* undef to save memory */
-#define CONFIG_SYS_PROMPT "MX6SDL SABRESD U-Boot > "
+#define CONFIG_SYS_PROMPT "MX6Solo SABRESD U-Boot > "
#define CONFIG_AUTO_COMPLETE
#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
/* Print Buffer Size */