commit | 2ecca3401775b125c3b9ff65766befb23989414b | [log] [tgz] |
---|---|---|
author | Becky Bruce <beckyb@kernel.crashing.org> | Tue Feb 03 18:10:49 2009 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Tue Feb 10 00:26:45 2009 +0100 |
tree | b840c26d4dbf0c8f70754d98644dab2d00e54025 | |
parent | b81b773ead0687114dc8a800f99ea6e504447739 [diff] |
mpc8641hpcn: Set up outbound pci windows before inbound Because the inbound pci windows are mapped generously, set up the more specific outbound windows first. This way, when we search the pci regions for something, we will hit on the more specific region. This can actually be a problem on systems with large amounts of RAM. Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>