From 709850a21b1bdfb0018aa2a7ee06a7407bbd465c Mon Sep 17 00:00:00 2001 From: Eric Biederman Date: Fri, 5 Nov 2004 10:48:04 +0000 Subject: - Ensure every copy of Options.lb uses: CROSS_COMPILE CC HOSTCC OBJCOPY git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1755 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/embeddedplanet/ep405pc/Config.lb | 27 -------------------------- 1 file changed, 27 deletions(-) (limited to 'src/mainboard/embeddedplanet/ep405pc/Config.lb') diff --git a/src/mainboard/embeddedplanet/ep405pc/Config.lb b/src/mainboard/embeddedplanet/ep405pc/Config.lb index 38708daac1..4b76162e17 100644 --- a/src/mainboard/embeddedplanet/ep405pc/Config.lb +++ b/src/mainboard/embeddedplanet/ep405pc/Config.lb @@ -2,33 +2,6 @@ ## Config file for the Embedded Planet EP405PC Computing Engine ## -uses PCIC0_CFGADDR -uses PCIC0_CFGDATA -uses ISA_IO_BASE -uses ISA_MEM_BASE -uses TTYS0_BASE -uses _IO_BASE - -## -## Set PCI configuration register addresses -## -default PCIC0_CFGADDR=0xeec00000 -default PCIC0_CFGDATA=0xeec00004 - -## -## Set PCI/ISA I/O and memory base address -## -default ISA_IO_BASE=0xe8000000 -default ISA_MEM_BASE=0x80000000 -default _IO_BASE=ISA_IO_BASE - -## -## HACK ALERT: the UART0 registers are not in the PCI I/O address space -## but both IDE and UART use the same routines for I/O (inb/outb). To get -## around this we set TTYSO_BASE to the difference between the two. -## -default TTYS0_BASE=0xef600300-ISA_IO_BASE - ## ## Early board initialization, called from ppc_main() ## -- cgit v1.2.3