diff options
Diffstat (limited to 'include/configs/mx31_3stack.h')
-rw-r--r-- | include/configs/mx31_3stack.h | 3 |
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) |