mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
This commit is contained in:
commit
d344293a5b
@ -83,7 +83,7 @@ static void pci_init_bus(int bus, struct pci_region *reg)
|
|||||||
pci_ctrl->pibar1 = 0;
|
pci_ctrl->pibar1 = 0;
|
||||||
pci_ctrl->piebar1 = 0;
|
pci_ctrl->piebar1 = 0;
|
||||||
pci_ctrl->piwar1 = PIWAR_EN | PIWAR_PF | PIWAR_RTT_SNOOP |
|
pci_ctrl->piwar1 = PIWAR_EN | PIWAR_PF | PIWAR_RTT_SNOOP |
|
||||||
PIWAR_WTT_SNOOP | (__ilog2(gd->ram_size) - 1);
|
PIWAR_WTT_SNOOP | (__ilog2(gd->ram_size - 1));
|
||||||
|
|
||||||
i = hose->region_count++;
|
i = hose->region_count++;
|
||||||
hose->regions[i].bus_start = 0;
|
hose->regions[i].bus_start = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user