From c6e205a9fde82e69608850c24686cc972cf258f1 Mon Sep 17 00:00:00 2001 From: Terry Lv Date: Wed, 24 Jun 2009 15:55:06 +0800 Subject: ENGR00113475: Add auto-complete and platform prompt for each platform. Add auto-complete and platform prompt for each platform. Signed-off-by: Terry Lv --- include/configs/mx31_3stack.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/configs/mx31_3stack.h') 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) -- cgit v1.1