From 4d7ec68856aa2c8aed6d84905e71d6f28900d52d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 11 Oct 2009 18:21:45 +0000 Subject: Remove useless udelay() duplication. Abuild-tested for the boards that are touched. Signed-off-by: Uwe Hermann Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4760 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/supermicro/x6dhe_g2/auto.c | 7 ------- src/mainboard/supermicro/x6dhe_g2/auto.updated.c | 7 ------- 2 files changed, 14 deletions(-) (limited to 'src/mainboard/supermicro/x6dhe_g2') diff --git a/src/mainboard/supermicro/x6dhe_g2/auto.c b/src/mainboard/supermicro/x6dhe_g2/auto.c index 3c84fd5c14..d8eee227b2 100644 --- a/src/mainboard/supermicro/x6dhe_g2/auto.c +++ b/src/mainboard/supermicro/x6dhe_g2/auto.c @@ -43,13 +43,6 @@ #define RECVENA_CONFIG 0x0708090a #define RECVENB_CONFIG 0x0708090a -//void udelay(int usecs) -//{ -// int i; -// for(i = 0; i < usecs; i++) -// outb(i&0xff, 0x80); -//} - #if 0 static void hard_reset(void) { diff --git a/src/mainboard/supermicro/x6dhe_g2/auto.updated.c b/src/mainboard/supermicro/x6dhe_g2/auto.updated.c index 6e0fab7904..a9509cd5c5 100644 --- a/src/mainboard/supermicro/x6dhe_g2/auto.updated.c +++ b/src/mainboard/supermicro/x6dhe_g2/auto.updated.c @@ -43,13 +43,6 @@ #define RECVENA_CONFIG 0x0708090a #define RECVENB_CONFIG 0x0708090a -//void udelay(int usecs) -//{ -// int i; -// for(i = 0; i < usecs; i++) -// outb(i&0xff, 0x80); -//} - #if 0 static void hard_reset(void) { -- cgit v1.2.3