rk29: memory.h set CONSISTENT_DMA_SIZE to 8M

This commit is contained in:
黄涛
2010-12-05 16:04:29 +08:00
parent 340478642c
commit 3d1cce5d1f

View File

@@ -23,5 +23,7 @@
#define __virt_to_bus(x) __virt_to_phys(x)
#define __bus_to_virt(x) __phys_to_virt(x)
#define CONSISTENT_DMA_SIZE SZ_8M
#endif