diff mbox

[U-Boot] arm: mxs: Scrub useless ifdef

Message ID 1405172354-12269-1-git-send-email-marex@denx.de
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Marek Vasut July 12, 2014, 1:39 p.m. UTC
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(-)

Comments

Stefano Babic July 23, 2014, 10:37 a.m. UTC | #1
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
diff mbox

Patch

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)