From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shiju Date: Thu, 03 May 2007 16:59:56 -0400 Subject: [U-Boot-Users] ctrlc()/tstc() never responds Message-ID: <1178225996.2685.0.camel@localhost> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, On my system the ctrlc()/tstc() never responds. I could not press Ctl+c to abort an operation like mtest,tftp etc or any other operation that calls ctrlc() to abort operation. What I see is that tstc() never returns for key presses in ctrlc(). But in uboot prompt, Ctl+c is caught and I get printed out. Has anyone experienced such problem before.I am using top-of-git uboot tree. Thanks, Shiju