diff options
author | Tetsuyuki Kobayashi <koba@kmckk.co.jp> | 2012-07-05 01:43:52 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-10-03 02:04:23 +0200 |
commit | 087a277b1add0d32087da2b99743c0af53c5589b (patch) | |
tree | 3a93cf5bab48994a702a001e0c70345c94348fe2 /include | |
parent | a12633122c578f046c1ac72f4e9e13f7493865af (diff) | |
download | u-boot-imx-087a277b1add0d32087da2b99743c0af53c5589b.zip u-boot-imx-087a277b1add0d32087da2b99743c0af53c5589b.tar.gz u-boot-imx-087a277b1add0d32087da2b99743c0af53c5589b.tar.bz2 |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/kzm9g.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h index bcf2cd8..bd157d9 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 |