From 453dfdfdafbc2d10ec9289699a22e8c4fd8c2ad6 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sun, 4 Dec 2005 17:50:32 +0000 Subject: implement io based udelay function for all mainboards that lack an apic timer (or just failed otherwise due to missing udelay) git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2131 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/digitallogic/adl855pc/Options.lb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/mainboard/digitallogic/adl855pc') diff --git a/src/mainboard/digitallogic/adl855pc/Options.lb b/src/mainboard/digitallogic/adl855pc/Options.lb index 9549c3def7..dc85a6ff17 100644 --- a/src/mainboard/digitallogic/adl855pc/Options.lb +++ b/src/mainboard/digitallogic/adl855pc/Options.lb @@ -6,6 +6,7 @@ uses HAVE_HARD_RESET uses HAVE_OPTION_TABLE uses USE_OPTION_TABLE uses CONFIG_ROM_STREAM +uses CONFIG_UDELAY_IO uses IRQ_SLOT_COUNT uses MAINBOARD uses MAINBOARD_VENDOR @@ -58,6 +59,11 @@ default HAVE_MP_TABLE=0 ## default HAVE_HARD_RESET=1 +## +## use io based udelay function +## +default CONFIG_UDELAY_IO=1 + ## ## Build code to export a programmable irq routing table ## -- cgit v1.2.3