Drop duplicated and unneeded #defines from some northbridges (trivial).
This is generic PCI stuff, not nothbridge-specific in any way. The respective #defines are already present in src/include/device/pci_def.h. Abuild-tested, so shouldn't break anything. 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@2900 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -503,7 +503,7 @@ static void sdram_set_spd_registers(const struct mem_controller *ctrl)
|
||||
pci_write_config8(ctrl->d0, PMCR, 0x10);
|
||||
|
||||
/* TODO? */
|
||||
pci_write_config8(ctrl->d0, MLT, 0x40);
|
||||
pci_write_config8(ctrl->d0, PCI_LATENCY_TIMER, 0x40);
|
||||
pci_write_config8(ctrl->d0, DRAMT, 0x03);
|
||||
pci_write_config8(ctrl->d0, MBSC, 0x03);
|
||||
pci_write_config8(ctrl->d0, SCRR, 0x38);
|
||||
|
Reference in New Issue
Block a user