disable pci device dump
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1480 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
68a5e08499
commit
5c34bfd78d
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue