]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
dm365: modify boot prompt from dm365 to dm36x
authorRajashekhara, Sudhakar <sudhakar.raj@ti.com>
Sun, 4 Sep 2011 02:13:04 +0000 (22:13 -0400)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sun, 4 Sep 2011 09:36:18 +0000 (11:36 +0200)
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>
include/configs/davinci_dm365evm.h

index 172a85214c89ccba5639c1c91ead7cffecbe9bb6..28b9db9a70e6f37f372ce0bd2d279e88b297c8ff 100644 (file)
 /* 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)