summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRajashekhara, Sudhakar <sudhakar.raj@ti.com>2011-09-03 22:13:04 -0400
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-09-04 11:36:18 +0200
commite7b209707cdcce7a9bb21e15a90112b22fc62e43 (patch)
treead2dc6fe5640d36c90f717856762b06f6ae25fb3 /include
parent98c19aff9524e1d0dd6bf39bf7bde5644f121feb (diff)
downloadblackbird-obmc-uboot-e7b209707cdcce7a9bb21e15a90112b22fc62e43.tar.gz
blackbird-obmc-uboot-e7b209707cdcce7a9bb21e15a90112b22fc62e43.zip
dm365: modify boot prompt from dm365 to dm36x
Newer version for DM365 silicon support higher speeds and is called DM368. Modify the bootprompt string DM365 to DM36x. Signed-off-by: Rajashekhara, Sudhakar <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')
-rw-r--r--include/configs/davinci_dm365evm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/davinci_dm365evm.h b/include/configs/davinci_dm365evm.h
index 172a85214c..28b9db9a70 100644
--- a/include/configs/davinci_dm365evm.h
+++ b/include/configs/davinci_dm365evm.h
@@ -169,7 +169,7 @@
/* U-Boot general configuration */
#undef CONFIG_USE_IRQ /* No IRQ/FIQ in U-Boot */
#define CONFIG_BOOTFILE "uImage" /* Boot file name */
-#define CONFIG_SYS_PROMPT "DM365 EVM # " /* Monitor Command Prompt */
+#define CONFIG_SYS_PROMPT "DM36x EVM # " /* Monitor Command Prompt */
#define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */
#define CONFIG_SYS_PBSIZE /* Print buffer size */ \
(CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
OpenPOWER on IntegriCloud