summaryrefslogtreecommitdiffstats
path: root/include/configs/da850evm.h
diff options
context:
space:
mode:
authorNagabhushana Netagunte <nagabhushana.netagunte@ti.com>2011-09-03 22:18:59 -0400
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-09-04 11:36:19 +0200
commitac935e567bee77b39fc37c1ad360bb0d1ac07c4e (patch)
tree9b27729735f5898370507aa59dfa7fc2cbce3ccf /include/configs/da850evm.h
parent1506b0a83713f4d537d44bebd8616226fec55279 (diff)
downloadblackbird-obmc-uboot-ac935e567bee77b39fc37c1ad360bb0d1ac07c4e.tar.gz
blackbird-obmc-uboot-ac935e567bee77b39fc37c1ad360bb0d1ac07c4e.zip
da850: modify the U-Boot prompt string
Modify U-Boot prompt string from "DA850-evm >" to "U-Boot >". Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com> Signed-off-by: Nagabhushana Netagunte <nagabhushana.netagunte@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'include/configs/da850evm.h')
-rw-r--r--include/configs/da850evm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h
index b1bce11e29..cf0ceac4e3 100644
--- a/include/configs/da850evm.h
+++ b/include/configs/da850evm.h
@@ -160,7 +160,7 @@
* U-Boot general configuration
*/
#define CONFIG_BOOTFILE "uImage" /* Boot file name */
-#define CONFIG_SYS_PROMPT "DA850-evm > " /* Command Prompt */
+#define CONFIG_SYS_PROMPT "U-Boot > " /* Command Prompt */
#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
#define CONFIG_SYS_MAXARGS 16 /* max number of command args */
OpenPOWER on IntegriCloud