From: Nagabhushana Netagunte Date: Sun, 4 Sep 2011 02:18:59 +0000 (-0400) Subject: da850: modify the U-Boot prompt string X-Git-Tag: v2011.09-rc1~68^2~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac935e567bee77b39fc37c1ad360bb0d1ac07c4e;p=kernel%2Fu-boot.git da850: modify the U-Boot prompt string Modify U-Boot prompt string from "DA850-evm >" to "U-Boot >". Signed-off-by: Sudhakar Rajashekhara Signed-off-by: Nagabhushana Netagunte Signed-off-by: Sandeep Paulraj --- diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h index b1bce11..cf0ceac 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 */