disable pci device dump

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1480 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Li-Ta Lo 2004-03-25 18:17:36 +00:00
parent 68a5e08499
commit 5c34bfd78d
1 changed files with 2 additions and 2 deletions

View File

@ -206,9 +206,9 @@ static void main(void)
memreset_setup();
sdram_initialize(sizeof(cpu)/sizeof(cpu[0]), cpu);
#if 1
#if 0
dump_pci_devices();
//dump_pci_device(PCI_DEV(0, 0x18, 1));
dump_pci_device(PCI_DEV(0, 0x18, 1));
#endif
/* Check all of memory */