From: Otavio Salvador Date: Thu, 23 Jul 2015 14:02:19 +0000 (-0300) Subject: cgtqmx6eval: Use default prompt X-Git-Tag: v2015.10-rc1~2^2~45 X-Git-Url: https://git.librecmc.org/?p=oweals%2Fu-boot.git;a=commitdiff_plain;h=72d21256fb6283faac35abf01cd25a37ca150316 cgtqmx6eval: Use default prompt Remove the custom prompt and use the default instead. Signed-off-by: Otavio Salvador --- diff --git a/include/configs/cgtqmx6eval.h b/include/configs/cgtqmx6eval.h index dd06c05b8e..5f753e7ab5 100644 --- a/include/configs/cgtqmx6eval.h +++ b/include/configs/cgtqmx6eval.h @@ -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)