aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTetsuyuki Kobayashi <koba@kmckk.co.jp>2012-07-05 01:43:52 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-10-03 02:04:23 +0200
commit087a277b1add0d32087da2b99743c0af53c5589b (patch)
tree3a93cf5bab48994a702a001e0c70345c94348fe2
parenta12633122c578f046c1ac72f4e9e13f7493865af (diff)
arm: rmobile: kzm9g: change prompt to board specific
Change U-Boot prompt to board specific one. Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-rw-r--r--include/configs/kzm9g.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h
index bcf2cd88c..bd157d9b0 100644
--- a/include/configs/kzm9g.h
+++ b/include/configs/kzm9g.h
@@ -70,7 +70,7 @@
/* prompt */
#define CONFIG_SYS_LONGHELP
-#define CONFIG_SYS_PROMPT "> "
+#define CONFIG_SYS_PROMPT "KZM-A9-GT# "
#define CONFIG_SYS_CBSIZE 256
#define CONFIG_SYS_PBSIZE 256
#define CONFIG_SYS_MAXARGS 16