public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: mxs: Scrub useless ifdef
@ 2014-07-12 13:39 Marek Vasut
  2014-07-23 10:37 ` Stefano Babic
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Vasut @ 2014-07-12 13:39 UTC (permalink / raw)
  To: u-boot

As a result of 0defddc851edfc34bcf3c3379fe74b11dc01a493 , which did
a consolidation of the prompt string, this ifdef became empty. Remove
it.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Tom Rini <trini@ti.com>
Cc: Stefano Babic <sbabic@denx.de>
---
 include/configs/mxs.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/configs/mxs.h b/include/configs/mxs.h
index 8bce28f..df9eb93 100644
--- a/include/configs/mxs.h
+++ b/include/configs/mxs.h
@@ -94,8 +94,6 @@
 
 /* U-Boot general configuration */
 #define CONFIG_SYS_LONGHELP
-#ifndef CONFIG_SYS_PROMPT
-#endif
 #define CONFIG_SYS_CBSIZE	1024		/* Console I/O buffer size */
 #define CONFIG_SYS_PBSIZE	\
 	(CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
-- 
2.0.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] arm: mxs: Scrub useless ifdef
  2014-07-12 13:39 [U-Boot] [PATCH] arm: mxs: Scrub useless ifdef Marek Vasut
@ 2014-07-23 10:37 ` Stefano Babic
  0 siblings, 0 replies; 2+ messages in thread
From: Stefano Babic @ 2014-07-23 10:37 UTC (permalink / raw)
  To: u-boot

On 12/07/2014 15:39, Marek Vasut wrote:
> As a result of 0defddc851edfc34bcf3c3379fe74b11dc01a493 , which did
> a consolidation of the prompt string, this ifdef became empty. Remove
> it.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Tom Rini <trini@ti.com>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
>  include/configs/mxs.h | 2 --

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic


-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-23 10:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-12 13:39 [U-Boot] [PATCH] arm: mxs: Scrub useless ifdef Marek Vasut
2014-07-23 10:37 ` Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox