commit | b2c5c0f02385526f4cce415475e960b6a9825f6b | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Thu Oct 30 21:34:40 2008 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Thu Oct 30 21:34:40 2008 +0100 |
tree | 1be3dfb1b271a2524a91a59a4d9f8e91d8b0f9bc | |
parent | 1425941be4511f76af14460da1bb9d95198fc7b3 [diff] | |
parent | 2ecee1bedac5eaa03bb8133a9af6830ad1373c12 [diff] |
Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
diff --git a/cpu/mpc83xx/pci.c b/cpu/mpc83xx/pci.c index 5b8eeb7..ab0760b 100644 --- a/cpu/mpc83xx/pci.c +++ b/cpu/mpc83xx/pci.c
@@ -83,7 +83,7 @@ pci_ctrl->pibar1 = 0; pci_ctrl->piebar1 = 0; 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++; hose->regions[i].bus_start = 0;