ARM: change ARM_DMA_ZONE_SIZE into a variable
authorNicolas Pitre <nico@fluxnic.net>
Mon, 18 Jul 2011 19:05:10 +0000 (15:05 -0400)
committerNicolas Pitre <nico@fluxnic.net>
Mon, 18 Jul 2011 19:29:41 +0000 (15:29 -0400)
Having this value defined at compile time prevents multiple machines with
conflicting definitions to coexist.  Move it to a variable in preparation
for having a per machine value selected at run time.  This is relevant
only when CONFIG_ZONE_DMA is selected.

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>

No differences found