ARM: mach-shark: move ARM_DMA_ZONE_SIZE to mdesc->dma_zone_size
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
This commit is contained in:
parent
e9107ab623
commit
fded1ef9c5
|
@ -156,4 +156,5 @@ MACHINE_START(SHARK, "Shark")
|
||||||
.map_io = shark_map_io,
|
.map_io = shark_map_io,
|
||||||
.init_irq = shark_init_irq,
|
.init_irq = shark_init_irq,
|
||||||
.timer = &shark_timer,
|
.timer = &shark_timer,
|
||||||
|
.dma_zone_size = SZ_4M,
|
||||||
MACHINE_END
|
MACHINE_END
|
||||||
|
|
|
@ -17,8 +17,6 @@
|
||||||
*/
|
*/
|
||||||
#define PLAT_PHYS_OFFSET UL(0x08000000)
|
#define PLAT_PHYS_OFFSET UL(0x08000000)
|
||||||
|
|
||||||
#define ARM_DMA_ZONE_SIZE SZ_4M
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Cache flushing area
|
* Cache flushing area
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue