summaryrefslogtreecommitdiff
path: root/include/configs/mx31pdk.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/mx31pdk.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/mx31pdk.h')
-rw-r--r--include/configs/mx31pdk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h
index d41f2cd..72ddab3 100644
--- a/include/configs/mx31pdk.h
+++ b/include/configs/mx31pdk.h
@@ -120,7 +120,7 @@
* Miscellaneous configurable options
*/
#define CONFIG_SYS_LONGHELP /* undef to save memory */
-#define CONFIG_SYS_PROMPT "MX31PDK U-Boot > "
+#define CONFIG_SYS_PROMPT "=> "
#define CONFIG_SYS_CBSIZE 256 /* Console I/O Buffer Size */
/* Print Buffer Size */
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \