summaryrefslogtreecommitdiff
path: root/include/configs/mx53loco.h
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-10-31 14:46:41 -0200
committerStefano Babic <sbabic@denx.de>2013-10-31 18:07:19 +0100
commit178b8e15ade96c7bd59b9704b91ca51d27c391cd (patch)
tree6422e8506db2e5e27ff0502720c2e1375438ae30 /include/configs/mx53loco.h
parent8f8b8949e57b7c833966c108256f6bef7f636135 (diff)
downloadu-boot-imx-178b8e15ade96c7bd59b9704b91ca51d27c391cd.zip
u-boot-imx-178b8e15ade96c7bd59b9704b91ca51d27c391cd.tar.gz
u-boot-imx-178b8e15ade96c7bd59b9704b91ca51d27c391cd.tar.bz2
configs: imx: Make CONFIG_SYS_PROMPT uniform across FSL boards
There is no real benefit in adding the board name into U-boot's prompt. Use the simple "=> " prompt across FSL boards. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'include/configs/mx53loco.h')
-rw-r--r--include/configs/mx53loco.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h
index bd2fa43..d153a4f 100644
--- a/include/configs/mx53loco.h
+++ b/include/configs/mx53loco.h
@@ -178,7 +178,7 @@
/* Miscellaneous configurable options */
#define CONFIG_SYS_LONGHELP /* undef to save memory */
#define CONFIG_SYS_HUSH_PARSER /* use "hush" command parser */
-#define CONFIG_SYS_PROMPT "MX53LOCO U-Boot > "
+#define CONFIG_SYS_PROMPT "=> "
#define CONFIG_AUTO_COMPLETE
#define CONFIG_SYS_CBSIZE 512 /* Console I/O Buffer Size */