aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-04-30 17:46:16 +0000
committerStefan Reinauer <stepan@openbios.org>2010-04-30 17:46:16 +0000
commita2f6a9095c964158dcd02cf4d5cbe173a33b7adc (patch)
tree2ea3e773eb25f0db5787887dc1f45e9010421db5
parent9ec3d38130cfeb7a42178a1e18e927542fa2d7cd (diff)
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
-rw-r--r--src/southbridge/intel/pxhd/pxhd_bridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/pxhd/pxhd_bridge.c b/src/southbridge/intel/pxhd/pxhd_bridge.c
index 683ff20013..bfce8b6087 100644
--- a/src/southbridge/intel/pxhd/pxhd_bridge.c
+++ b/src/southbridge/intel/pxhd/pxhd_bridge.c
@@ -67,7 +67,7 @@ static void pcix_init(device_t dev)
/* Bridge control ISA enable */
pci_write_config8(dev, 0x3e, 0x07);
-#warning "Please review lots of dead code here."
+ // FIXME Please review lots of dead code here.
#if 0
int nmi_option;
uint32_t dword;