summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-03-09 12:49:56 -0300
committerStefano Babic <sbabic@denx.de>2015-03-13 13:33:57 +0100
commitfa481a83189a6a5d60264b476a6177e659f23146 (patch)
tree2c0bbba9fb1f14a2200c469600ebbf46f1896b67
parent14a380a8f3059a8e66446d0462a39978946c564c (diff)
downloadtalos-obmc-uboot-fa481a83189a6a5d60264b476a6177e659f23146.tar.gz
talos-obmc-uboot-fa481a83189a6a5d60264b476a6177e659f23146.zip
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>
-rw-r--r--include/configs/mx53ard.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx53ard.h b/include/configs/mx53ard.h
index 134d6804bc..9b003fc4e6 100644
--- a/include/configs/mx53ard.h
+++ b/include/configs/mx53ard.h
@@ -186,7 +186,6 @@
/* 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 */
OpenPOWER on IntegriCloud