summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-10-07 07:59:18 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-10-07 07:59:18 +0200
commit574947ef76428803c3a2cbe8a02f294e3227d8e0 (patch)
tree20ef37824aa8b169faf6cb87868aa7de912811a8 /net
parentfb0c2ee1ae85b9f5127c37e604b92899a907082c (diff)
parent6a5121f74894ed2d3514b59bd287d126eb7f1488 (diff)
downloadbarebox-574947ef76428803c3a2cbe8a02f294e3227d8e0.tar.gz
barebox-574947ef76428803c3a2cbe8a02f294e3227d8e0.tar.xz
Merge branch 'for-next/console'
Diffstat (limited to 'net')
-rw-r--r--net/netconsole.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/netconsole.c b/net/netconsole.c
index 99891941b7..2ab19de4d5 100644
--- a/net/netconsole.c
+++ b/net/netconsole.c
@@ -72,7 +72,6 @@ static int nc_init(void)
}
net_udp_bind(priv->con, priv->port);
- priv->cdev.f_caps = CONSOLE_STDIN | CONSOLE_STDOUT | CONSOLE_STDERR;
return 0;
}