diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-30 17:46:16 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-30 17:46:16 +0000 |
commit | a2f6a9095c964158dcd02cf4d5cbe173a33b7adc (patch) | |
tree | 2ea3e773eb25f0db5787887dc1f45e9010421db5 /src | |
parent | 9ec3d38130cfeb7a42178a1e18e927542fa2d7cd (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
Diffstat (limited to 'src')
-rw-r--r-- | src/southbridge/intel/pxhd/pxhd_bridge.c | 2 |
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; |