]> git.sur5r.net Git - u-boot/commitdiff
mx53ard: Use the standard U-boot prompt
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 9 Mar 2015 15:49:56 +0000 (12:49 -0300)
committerStefano Babic <sbabic@denx.de>
Fri, 13 Mar 2015 12:33:57 +0000 (13:33 +0100)
By not defining CONFIG_SYS_PROMPT, the standard "=>" prompt is used, so remove
its definition.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
include/configs/mx53ard.h

index 134d6804bcfb5ce2a28a469d8243f82223c03469..9b003fc4e6d83dca69e043a857b7ae1197ba5e2f 100644 (file)
 /* Miscellaneous configurable options */
 #define CONFIG_SYS_LONGHELP            /* undef to save memory */
 #define CONFIG_SYS_HUSH_PARSER         /* use "hush" command parser */
-#define CONFIG_SYS_PROMPT              "MX53ARD U-Boot > "
 #define CONFIG_AUTO_COMPLETE
 #define CONFIG_SYS_CBSIZE              256     /* Console I/O Buffer Size */