ARM: use phys_addr_t for DMA zone sizes
authorRob Herring <rob.herring@calxeda.com>
Thu, 1 Aug 2013 20:29:29 +0000 (15:29 -0500)
committerRob Herring <rob.herring@calxeda.com>
Tue, 13 Aug 2013 20:52:33 +0000 (15:52 -0500)
In order to specify a DMA zone size of 4GB on LPAE systems, the sizes need
to be 64-bit. So make machine_desc.dma_zone_size and arm_dma_zone_size be
phys_addr_t instead of unsigned long.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>

No differences found