mpc8641hpcn: Set up outbound pci windows before inbound
authorBecky Bruce <beckyb@kernel.crashing.org>
Wed, 4 Feb 2009 00:10:49 +0000 (18:10 -0600)
committerWolfgang Denk <wd@denx.de>
Mon, 9 Feb 2009 23:26:45 +0000 (00:26 +0100)
commit2ecca3401775b125c3b9ff65766befb23989414b
treeb840c26d4dbf0c8f70754d98644dab2d00e54025
parentb81b773ead0687114dc8a800f99ea6e504447739
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>
board/freescale/mpc8641hpcn/mpc8641hpcn.c