summaryrefslogtreecommitdiff
path: root/include/configs/da850evm.h
diff options
context:
space:
mode:
authorSudhakar Rajashekhara <sudhakar.raj@ti.com>2010-01-29 10:48:09 +0530
committerSudhakar Rajashekhara <sudhakar.raj@ti.com>2010-02-09 14:22:36 +0530
commit43a14d066e535b75fe6ef7be933bb7a96b61e757 (patch)
tree35ffa13ace4af941b0662a45f8d4c078e6aba578 /include/configs/da850evm.h
parentaa3488446a44afe5a80666d6d930002c5044fd89 (diff)
da8xx: Modify the U-Boot prompt string
Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@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 54a81f3de5f..94f70397447 100644
--- a/include/configs/da850evm.h
+++ b/include/configs/da850evm.h
@@ -171,7 +171,7 @@
#define CONFIG_MISC_INIT_R
#undef CONFIG_BOOTDELAY
#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 */