summaryrefslogtreecommitdiff
path: root/include/configs/mx31_3stack.h
diff options
context:
space:
mode:
authorTerry Lv <r65388@freescale.com>2009-06-24 15:55:06 +0800
committerFred Fan <r01011@freescale.com>2009-09-10 17:02:19 +0800
commitc6e205a9fde82e69608850c24686cc972cf258f1 (patch)
tree862abe1005911591de33cacde325d7ca2d24c98f /include/configs/mx31_3stack.h
parent0557114f39ead28bb9d9b81291970c72728786a4 (diff)
downloadu-boot-imx-c6e205a9fde82e69608850c24686cc972cf258f1.zip
u-boot-imx-c6e205a9fde82e69608850c24686cc972cf258f1.tar.gz
u-boot-imx-c6e205a9fde82e69608850c24686cc972cf258f1.tar.bz2
ENGR00113475: Add auto-complete and platform prompt for each platform.
Add auto-complete and platform prompt for each platform. Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include/configs/mx31_3stack.h')
-rw-r--r--include/configs/mx31_3stack.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/mx31_3stack.h b/include/configs/mx31_3stack.h
index e90df0a..e7b6f89 100644
--- a/include/configs/mx31_3stack.h
+++ b/include/configs/mx31_3stack.h
@@ -109,7 +109,8 @@
* Miscellaneous configurable options
*/
#define CONFIG_SYS_LONGHELP /* undef to save memory */
-#define CONFIG_SYS_PROMPT "=> "
+#define CONFIG_SYS_PROMPT "MX31 U-Boot > "
+#define CONFIG_AUTO_COMPLETE
#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
/* Print Buffer Size */
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)