]> git.kernelconcepts.de Git - karo-tx-uboot.git/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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:31:00 +0000 (14:31 +0200)
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 9015d02b0f04d9f553352cda24736aa26c4a8b23..dad49fc0471a1df0bb0a4650d9a7dc1c08a9bac0 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 */