summaryrefslogtreecommitdiffstats
path: root/include/configs/mxs.h
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2014-07-12 15:39:14 +0200
committerStefano Babic <sbabic@denx.de>2014-07-23 12:25:41 +0200
commitd726d5f92636e66ca753ede1185afae52172d806 (patch)
tree1636b03780af9392f1b40400ac8d6d657b17573a /include/configs/mxs.h
parentaeadf0655c5adaec718f37a05b05ea59f7492614 (diff)
downloadtalos-obmc-uboot-d726d5f92636e66ca753ede1185afae52172d806.tar.gz
talos-obmc-uboot-d726d5f92636e66ca753ede1185afae52172d806.zip
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 <marex@denx.de> Cc: Tom Rini <trini@ti.com> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs/mxs.h')
-rw-r--r--include/configs/mxs.h2
1 files changed, 0 insertions, 2 deletions
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)
OpenPOWER on IntegriCloud