From patchwork Wed Aug 17 14:17:55 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot] dm365: modify boot prompt from dm365 to dm36x Date: Wed, 17 Aug 2011 04:17:55 -0000 From: nagabhushana.netagunte@ti.com X-Patchwork-Id: 110328 Message-Id: <1313590675-2460-1-git-send-email-nagabhushana.netagunte@ti.com> To: Cc: Nagabhushana Netagunte , sudhakar.raj@ti.com, manjunath.hadli@ti.com From: Rajashekhara, Sudhakar Newer version for DM365 silicon support higher speeds and is called DM368. Modify the bootprompt string DM365 to DM36x. Signed-off-by: Rajashekhara, Sudhakar Signed-off-by: Nagabhushana Netagunte --- include/configs/davinci_dm365evm.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/davinci_dm365evm.h b/include/configs/davinci_dm365evm.h index 172a852..28b9db9 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)