Doesn't need to be a warning.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5514 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
9ec3d38130
commit
a2f6a9095c
|
@ -67,7 +67,7 @@ static void pcix_init(device_t dev)
|
||||||
/* Bridge control ISA enable */
|
/* Bridge control ISA enable */
|
||||||
pci_write_config8(dev, 0x3e, 0x07);
|
pci_write_config8(dev, 0x3e, 0x07);
|
||||||
|
|
||||||
#warning "Please review lots of dead code here."
|
// FIXME Please review lots of dead code here.
|
||||||
#if 0
|
#if 0
|
||||||
int nmi_option;
|
int nmi_option;
|
||||||
uint32_t dword;
|
uint32_t dword;
|
||||||
|
|
Loading…
Reference in New Issue