From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tetsuyuki Kobayashi Date: Thu, 05 Jul 2012 20:43:52 +0900 Subject: [U-Boot] [PATCH 3/3] arm: rmobile: kzm9g: change prompt to board specific In-Reply-To: <4FF57C69.5020704@kmckk.co.jp> References: <4FE91EB8.6090407@kmckk.co.jp> <4FF57C69.5020704@kmckk.co.jp> Message-ID: <4FF57DF8.4000501@kmckk.co.jp> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Change U-Boot prompt to board specific one. Signed-off-by: Tetsuyuki Kobayashi --- include/configs/kzm9g.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h index 5e9b417..a473bc8 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 -- 1.7.9.5