commit | 7553ee777b513c3bc8f45bb9fc75fb1bbc584ba1 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Tue Jul 05 22:28:09 2011 -0400 |
committer | Nicolas Pitre <nico@fluxnic.net> | Mon Jul 18 15:30:00 2011 -0400 |
tree | 9774cb5b9e616b61b91b20f4816888f0cbc644ce | |
parent | 5065c71d7567a98de0550708e5427a187033d8a3 [diff] [blame] |
ARM: mach-ixp4xx: move from ARM_DMA_ZONE_SIZE to mdesc->dma_zone_size Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
diff --git a/arch/arm/mach-ixp4xx/fsg-setup.c b/arch/arm/mach-ixp4xx/fsg-setup.c index 727ee39..23a8b36 100644 --- a/arch/arm/mach-ixp4xx/fsg-setup.c +++ b/arch/arm/mach-ixp4xx/fsg-setup.c
@@ -275,5 +275,8 @@ .timer = &ixp4xx_timer, .boot_params = 0x0100, .init_machine = fsg_init, +#if defined(CONFIG_PCI) + .dma_zone_size = SZ_64M, +#endif MACHINE_END