From: Marek Vasut Date: Sat, 12 Jul 2014 13:39:14 +0000 (+0200) Subject: arm: mxs: Scrub useless ifdef X-Git-Tag: v2014.10-rc2~52^2~39 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d726d5f92636e66ca753ede1185afae52172d806;p=oweals%2Fu-boot.git arm: mxs: Scrub useless ifdef As a result of 0defddc851edfc34bcf3c3379fe74b11dc01a493 , which did a consolidation of the prompt string, this ifdef became empty. Remove it. Signed-off-by: Marek Vasut Cc: Tom Rini Cc: Stefano Babic --- diff --git a/include/configs/mxs.h b/include/configs/mxs.h index 8bce28fe20..df9eb93432 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)