From 4657f3c65ac1520b41e4d2ad3ac97d4659a8de57 Mon Sep 17 00:00:00 2001 From: Donghoon Shin Date: Tue, 6 Sep 2016 09:03:25 +0900 Subject: [PATCH 1/1] tizen: tm1: change u-boot console prompt This patch changes u-boot console prompt for tm1 because litmus auto test system uses console prompt to recognize device type. Change-Id: Ia3c264e87e95e507db8cf26632cb9cb3df1cc825 Signed-off-by: Donghoon Shin --- include/configs/tizen_tm1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/tizen_tm1.h b/include/configs/tizen_tm1.h index f4fadaa..f4924ef 100644 --- a/include/configs/tizen_tm1.h +++ b/include/configs/tizen_tm1.h @@ -312,7 +312,7 @@ //#endif /* U-Boot general configuration */ -#define CONFIG_SYS_PROMPT "=> " /* Monitor Command Prompt */ +#define CONFIG_SYS_PROMPT "TM1 # " /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ /* Print buffer sz */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + \ -- 2.7.4