Commit fa481a83189a6a5d60264b476a6177e659f23146

Authored by Fabio Estevam
Committed by Stefano Babic
1 parent 14a380a8f3

mx53ard: Use the standard U-boot prompt

By not defining CONFIG_SYS_PROMPT, the standard "=>" prompt is used, so remove
its definition.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

include/configs/mx53ard.h
... ... @@ -186,7 +186,6 @@
186 186 /* Miscellaneous configurable options */
187 187 #define CONFIG_SYS_LONGHELP /* undef to save memory */
188 188 #define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */
189   -#define CONFIG_SYS_PROMPT "MX53ARD U-Boot > "
190 189 #define CONFIG_AUTO_COMPLETE
191 190 #define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
192 191