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

Commit fded1ef9 authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Nicolas Pitre
Browse files

ARM: mach-shark: move ARM_DMA_ZONE_SIZE to mdesc->dma_zone_size

parent e9107ab6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -156,4 +156,5 @@ MACHINE_START(SHARK, "Shark")
	.map_io		= shark_map_io,
	.init_irq	= shark_init_irq,
	.timer		= &shark_timer,
	.dma_zone_size	= SZ_4M,
MACHINE_END
+0 −2
Original line number Diff line number Diff line
@@ -17,8 +17,6 @@
 */
#define PLAT_PHYS_OFFSET     UL(0x08000000)

#define ARM_DMA_ZONE_SIZE	SZ_4M

/*
 * Cache flushing area
 */