From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Sun, 31 Jan 2010 22:49:42 -0800 Subject: [U-Boot] [PATCH v2] tsec: do not print Speed: if using netconsole In-Reply-To: <1264718332-10203-1-git-send-email-Ed.Swarthout@freescale.com> References: <1264524803.26441.37.camel@localhost.localdomain> <1264718332-10203-1-git-send-email-Ed.Swarthout@freescale.com> Message-ID: <4B667986.5040903@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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