summaryrefslogtreecommitdiffstats
path: root/common/console.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-09-25 14:13:12 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-09-25 14:13:17 +0200
commit0217e514cfbc526e48b6906a61aac1641443e212 (patch)
tree3e8d02095fdfe3bac877a0e9cfd3f6d24b2312f8 /common/console.c
parent3820307eb0523a3a44010c3184237153a996381d (diff)
downloadbarebox-0217e514cfbc526e48b6906a61aac1641443e212.tar.gz
barebox-0217e514cfbc526e48b6906a61aac1641443e212.tar.xz
console: partly revert 84688dfdb4aecc8296b4fef9bc657335d7b9ade5
Some unrelated code leaked in in this commit Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/console.c')
-rw-r--r--common/console.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/console.c b/common/console.c
index 5b70efe93c..52d71190f8 100644
--- a/common/console.c
+++ b/common/console.c
@@ -204,7 +204,6 @@ int getc(void)
*/
start = get_time_ns();
while (1) {
- fsl_udc_irq();
if (tstc()) {
kfifo_putc(console_input_buffer, getc_raw());