[U-Boot] [PATCH 2/8] m28evk: use "M28EVK U-Boot =>" as prompt
Otavio Salvador
otavio at ossystems.com.br
Sun May 13 01:40:12 CEST 2012
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
include/configs/m28evk.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
index 7472ddc..ebf7e39 100644
--- a/include/configs/m28evk.h
+++ b/include/configs/m28evk.h
@@ -114,7 +114,7 @@
* U-Boot general configurations
*/
#define CONFIG_SYS_LONGHELP
-#define CONFIG_SYS_PROMPT "=> "
+#define CONFIG_SYS_PROMPT "M28EVK U-Boot => "
#define CONFIG_SYS_CBSIZE 1024 /* Console I/O buffer size */
#define CONFIG_SYS_PBSIZE \
(CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
--
1.7.10
More information about the U-Boot
mailing list