diff options
| author | Tetsuyuki Kobayashi <[email protected]> | 2012-07-05 01:43:52 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2012-10-03 02:04:23 +0200 |
| commit | 087a277b1add0d32087da2b99743c0af53c5589b (patch) | |
| tree | 3a93cf5bab48994a702a001e0c70345c94348fe2 /include | |
| parent | a12633122c578f046c1ac72f4e9e13f7493865af (diff) | |
arm: rmobile: kzm9g: change prompt to board specific
Change U-Boot prompt to board specific one.
Signed-off-by: Tetsuyuki Kobayashi <[email protected]>
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
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 bcf2cd88c14..bd157d9b0f0 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 |
