tizen: tm1: change u-boot console prompt 79/86979/3
authorDonghoon Shin <dhs.shin@samsung.com>
Tue, 6 Sep 2016 00:03:25 +0000 (09:03 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 6 Sep 2016 00:22:25 +0000 (09:22 +0900)
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 <dhs.shin@samsung.com>
include/configs/tizen_tm1.h

index f4fadaa..f4924ef 100644 (file)
 //#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 + \