Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 805e88dc authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Nicolas Pitre
Browse files

ARM: mach-pxa: move from ARM_DMA_ZONE_SIZE to mdesc->dma_zone_size

parent 7553ee77
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -518,4 +518,7 @@ MACHINE_START(ARMCORE, "Compulab CM-X2XX")
	.init_irq	= cmx2xx_init_irq,
	.timer		= &pxa_timer,
	.init_machine	= cmx2xx_init,
#ifdef CONFIG_PCI
	.dma_zone_size	= SZ_64M,
#endif
MACHINE_END
+0 −4
Original line number Diff line number Diff line
@@ -17,8 +17,4 @@
 */
#define PLAT_PHYS_OFFSET	UL(0xa0000000)

#if defined(CONFIG_MACH_ARMCORE) && defined(CONFIG_PCI)
#define ARM_DMA_ZONE_SIZE	SZ_64M
#endif

#endif