diff options
author | Nagabhushana Netagunte <nagabhushana.netagunte@ti.com> | 2011-09-04 14:59:01 -0400 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-09-12 17:40:48 +0200 |
commit | c0eee7778a9beb1313f3a832063e8680bdffdf97 (patch) | |
tree | ee222e3b78a194b31680af6d8b4b95479730cd0f | |
parent | 32b58ce736f3195e937c1c4de7074315ef55c2fa (diff) | |
download | u-boot-imx-c0eee7778a9beb1313f3a832063e8680bdffdf97.zip u-boot-imx-c0eee7778a9beb1313f3a832063e8680bdffdf97.tar.gz u-boot-imx-c0eee7778a9beb1313f3a832063e8680bdffdf97.tar.bz2 |
da830: modify the U-Boot prompt string
Modify U-boot promt string from 'DA830-evm >' to 'U-Boot >' as
there are many variants of da830 based boards which have diffrent
names such as L137, AM1707 etc.
Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
Signed-off-by: Nagabhushana Netagunte <nagabhushana.netagunte@ti.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
-rw-r--r-- | include/configs/da830evm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/da830evm.h b/include/configs/da830evm.h index bcf8ee0..775e360 100644 --- a/include/configs/da830evm.h +++ b/include/configs/da830evm.h @@ -162,7 +162,7 @@ #undef CONFIG_MISC_INIT_R #undef CONFIG_BOOTDELAY #define CONFIG_BOOTFILE "uImage" /* Boot file name */ -#define CONFIG_SYS_PROMPT "DA830-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 */ |