commit | cfd700be9f5ed289fd57a9bd61e266319badcb0d | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Wed Aug 05 09:03:54 2009 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Sun Aug 09 23:13:56 2009 +0200 |
tree | e34dc8ba30df70bd9357f5d64d6e1fbb050c3bd3 | |
parent | 59b4d7471c42e955bd9846892a0cc7478171778d [diff] |
fdt: Fix fdt_pci_dma_ranges handling of 64-bit ranges If the size of a region equal to 4G it can't be represnted in a 32-bit BAR so we should have marked that case as MEM64. Additionally bump the number of inbound windows up to 4 to handle the fact that Freescale PPCs that have an implicit window for CCSRBAR. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>