]> code.ossystems Code Review - bsp/u-boot.git/commitdiff
cgtqmx6eval: Use default prompt
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 23 Jul 2015 14:02:19 +0000 (11:02 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 28 Jul 2015 18:18:37 +0000 (15:18 -0300)
Remove the custom prompt and use the default instead.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
include/configs/cgtqmx6eval.h

index dd06c05b8e05b6439b11e96f7f79693fedc94a4a..5f753e7ab5f1e88deaf7c34338cd1a9864b26e67 100644 (file)
@@ -87,9 +87,6 @@
                   "fi; " \
           "else echo ERR: Fail to boot from mmc; fi"
 
-/* Miscellaneous configurable options */
-#define CONFIG_SYS_PROMPT             "CGT-QMX6-Quad U-Boot > "
-
 /* Print Buffer Size */
 #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)