northbridge/intel/i440bx: Unify UDELAY selection
Instead of manually including udelay_io.c in each romstage, select UDELAY_IO for all i440BX boards in the chipset. Change-Id: I411191927f3fba1d0749edcf79378e8013fb195a Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: https://review.coreboot.org/13781 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
committed by
Martin Roth
parent
422bf6b472
commit
3d840d09ae
@@ -22,7 +22,6 @@
|
||||
#include <console/console.h>
|
||||
#include <cpu/x86/bist.h>
|
||||
#include <timestamp.h>
|
||||
#include "drivers/pc80/udelay_io.c"
|
||||
#include <delay.h>
|
||||
#include <cpu/x86/lapic.h>
|
||||
|
||||
|
@@ -23,7 +23,6 @@
|
||||
#include <southbridge/intel/i82801ix/i82801ix.h>
|
||||
#include <cpu/x86/bist.h>
|
||||
#include <timestamp.h>
|
||||
#include "drivers/pc80/udelay_io.c"
|
||||
#include <delay.h>
|
||||
#include <cpu/x86/lapic.h>
|
||||
|
||||
|
Reference in New Issue
Block a user