From 24ee89b97a49826ea800b4a6c0d5c0769328e317 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 3 Nov 2002 17:56:27 +0000 Subject: * Fix mdelay() on TRAB - this was still the debugging version with seconds instead of ms. * Patch by Robert Schwebel, 1 Nov 2002: XScale related cleanup (affects all ARM boards) * Cleanup of names, warnings, and README. --- board/trab/trab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/trab/trab.c') diff --git a/board/trab/trab.c b/board/trab/trab.c index 3f9b198698..b4ab329367 100644 --- a/board/trab/trab.c +++ b/board/trab/trab.c @@ -42,7 +42,7 @@ extern int do_mdm_init; /* defined in common/main.c */ * is that timers are not available yet, so we use a manually timed * loop. */ -#define KBD_MDELAY 100000 /* 1000 */ +#define KBD_MDELAY 1000 static void mdelay_no_timer (int msec) { DECLARE_GLOBAL_DATA_PTR; -- cgit v1.2.3