[U-Boot] [PATCH v2] tsec: do not print Speed: if using netconsole

Ben Warren biggerbadderben at gmail.com
Mon Feb 1 07:49:42 CET 2010


Hi Ed,

Ed Swarthout wrote:
> CONFIG_NETCONSOLE on the p2020ds is functional with the tsec driver.  
> But the printf in adjust_link() which is called by startup_tsec()
> called by tsec_init() in tsec.c is making it impossible to use.
>
> For example typing 12345 on the netconsole causes the message to be
> printed for every character:
>
> => Speed: 1000, full duplex
> 1Speed: 1000, full duplex
> 2Speed: 1000, full duplex
> 3Speed: 1000, full duplex
> 4Speed: 1000, full duplex
> 5Speed: 1000, full duplex
>
> Signed-off-by: Ed Swarthout <Ed.Swarthout at freescale.com>
> ---
>   
This no longer applies because of other changes to the TSEC driver (in 
the net tree, anyway).  Please rebase when you get a chance and I'll 
apply it.

regards,
Ben


More information about the U-Boot mailing list