summaryrefslogtreecommitdiffstats
path: root/common/stdio.c
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2012-09-14 23:45:51 +0200
committerTom Rini <trini@ti.com>2012-10-15 11:53:59 -0700
commit036036d79c8535342594ab362143416d6a9bd11e (patch)
tree8e874f63630bd44b349eea84b368088c0b70a433 /common/stdio.c
parenta3827250606895ec2dd4b8d867342b7cabf3692f (diff)
downloadblackbird-obmc-uboot-036036d79c8535342594ab362143416d6a9bd11e.tar.gz
blackbird-obmc-uboot-036036d79c8535342594ab362143416d6a9bd11e.zip
serial: Remove CONFIG_SERIAL_MULTI from remaining sources
Remove the parts depending either on disabled CONFIG_SERIAL_MULTI or ifdefs around CONFIG_SERIAL_MULTI parts since CONFIG_SERIAL_MULTI is now enabled by default. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Marek Vasut <marek.vasut@gmail.com> Cc: Tom Rini <trini@ti.com> Cc: Anatolij Gustschin <agust@denx.de> Cc: Stefan Roese <sr@denx.de>
Diffstat (limited to 'common/stdio.c')
-rw-r--r--common/stdio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/stdio.c b/common/stdio.c
index 1bf9ba0829..605ff3fde3 100644
--- a/common/stdio.c
+++ b/common/stdio.c
@@ -227,9 +227,7 @@ int stdio_init (void)
drv_logbuff_init ();
#endif
drv_system_init ();
-#ifdef CONFIG_SERIAL_MULTI
serial_stdio_init ();
-#endif
#ifdef CONFIG_USB_TTY
drv_usbtty_init ();
#endif
OpenPOWER on IntegriCloud