diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-11 18:21:45 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-11 18:21:45 +0000 |
commit | 4d7ec68856aa2c8aed6d84905e71d6f28900d52d (patch) | |
tree | 6223a1ed229cdbe80c7f0b10783fd066c5695fef /src/mainboard/dell | |
parent | c0528d61df39dc64e244c9c39eb62b7a32618a5c (diff) |
Remove useless udelay() duplication.
Abuild-tested for the boards that are touched.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4760 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/dell')
-rw-r--r-- | src/mainboard/dell/s1850/auto.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mainboard/dell/s1850/auto.c b/src/mainboard/dell/s1850/auto.c index 4f61a45500..be8181215d 100644 --- a/src/mainboard/dell/s1850/auto.c +++ b/src/mainboard/dell/s1850/auto.c @@ -42,13 +42,6 @@ #define RECVENA_CONFIG 0x0808090a #define RECVENB_CONFIG 0x0808090a -//void udelay(int usecs) -//{ -// int i; -// for(i = 0; i < usecs; i++) -// outb(i&0xff, 0x80); -//} - #if 0 static void hard_reset(void) { |