Commit 46d0ad37 authored by Ben Dooks's avatar Ben Dooks

ARM: S3C64XX: Update consistent DMA size to 8MiB

Change the area available for consitent DMA allocations from the
default to 8MiB to allow drivers such as the framebuffer to get
more memory (for situations where larger virtual screen resolutions
are needed).
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 4e13c0ea
......@@ -15,4 +15,6 @@
#define PHYS_OFFSET UL(0x50000000)
#define CONSISTENT_DMA_SIZE SZ_8M
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment