Skip to content

Commit

Permalink
ARM: mach-shark: move ARM_DMA_ZONE_SIZE to mdesc->dma_zone_size
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
  • Loading branch information
Nicolas Pitre authored and Nicolas Pitre committed Jul 18, 2011
1 parent e9107ab commit fded1ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-shark/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions arch/arm/mach-shark/include/mach/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
*/
#define PLAT_PHYS_OFFSET UL(0x08000000)

#define ARM_DMA_ZONE_SIZE SZ_4M

/*
* Cache flushing area
*/
Expand Down

0 comments on commit fded1ef

Please sign in to comment.