commit | 9227aed960bc7b5c0c8b591b26fc557fd8458267 | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Fri Oct 07 12:27:50 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Sun Oct 09 23:24:48 2011 +0200 |
tree | 352f3209fb9576c67686a1b7d50c8a3eaebf441b | |
parent | fd763007ce33fb8d36486898f16478f3ca9b01d4 [diff] |
netconsole: support packets longer than 512 bytes Esp. while printing the environment the output is usually longer than 512 bytes. Instead of cutting the message, send multiple 512 bytes packets. Signed-off-by: Michael Walle <michael@walle.cc> Acked-by: Mike Frysinger <vapier@gentoo.org>