[U-Boot] [PATCH] net: Make netconsole src and dest ports configurable

Mike Frysinger vapier at gentoo.org
Wed Jul 25 18:09:41 CEST 2012


On Tuesday 24 July 2012 16:11:05 Joe Hershberger wrote:
> --- a/tools/netconsole
> +++ b/tools/netconsole
> 
> +board_in_port=${3:-$board_out_port}

board_in_port=${3:-${board_out_port}}

> +echo Board out port: $board_out_port
> +echo Board in port: $board_in_port

echo "Board out port: ${board_out_port}"
echo "Board in port: ${board_in_port}"
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20120725/43c93656/attachment.pgp>


More information about the U-Boot mailing list