From: Donghoon Shin Date: Tue, 6 Sep 2016 00:03:25 +0000 (+0900) Subject: tizen: tm1: change u-boot console prompt X-Git-Tag: accepted/tizen/3.0.m2/mobile/20170105.025928~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4657f3c65ac1520b41e4d2ad3ac97d4659a8de57;hp=05d9345db95a9ec0e9d070f729a276c17dbf701d;p=profile%2Fmobile%2Fplatform%2Fkernel%2Fu-boot-tm1.git 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 --- 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 + \