Drop dead/unused code (trivial).
DEBUG_SETNORTHB is never defined, and even if it was, setnorthb() is never called anyway. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4805 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
2c1bf62d0c
commit
5c57df6c1a
|
@ -69,20 +69,6 @@ void dimms_write(int x)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef DEBUG_SETNORTHB
|
|
||||||
void setnorthb(device_t north, uint8_t reg, uint8_t val)
|
|
||||||
{
|
|
||||||
print_debug("setnorth: reg ");
|
|
||||||
print_debug_hex8(reg);
|
|
||||||
print_debug(" to ");
|
|
||||||
print_debug_hex8(val);
|
|
||||||
print_debug("\r\n");
|
|
||||||
pci_write_config8(north, reg, val);
|
|
||||||
}
|
|
||||||
#else
|
|
||||||
#define setnorthb pci_write_config8
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void dumpnorth(device_t north)
|
void dumpnorth(device_t north)
|
||||||
{
|
{
|
||||||
unsigned int r, c;
|
unsigned int r, c;
|
||||||
|
|
Loading…
Reference in New Issue