提交 fded1ef9 编写于 作者: N Nicolas Pitre 提交者: Nicolas Pitre

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

Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
上级 e9107ab6
...@@ -156,4 +156,5 @@ MACHINE_START(SHARK, "Shark") ...@@ -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 @@ ...@@ -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
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册