diff options
Diffstat (limited to 'arch/arm/mach-h720x')
-rw-r--r-- | arch/arm/mach-h720x/include/mach/memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-h720x/include/mach/memory.h b/arch/arm/mach-h720x/include/mach/memory.h index 8cfb665e04b1..c9bdb21a4445 100644 --- a/arch/arm/mach-h720x/include/mach/memory.h +++ b/arch/arm/mach-h720x/include/mach/memory.h | |||
@@ -16,6 +16,6 @@ | |||
16 | * If you set this, you must also set ISA_DMA_THRESHOLD and setup a DMA | 16 | * If you set this, you must also set ISA_DMA_THRESHOLD and setup a DMA |
17 | * zone if this does not cover all possible RAM. | 17 | * zone if this does not cover all possible RAM. |
18 | */ | 18 | */ |
19 | #define MAX_DMA_ADDRESS 0xd0000000 | 19 | #define MAX_DMA_ADDRESS (PAGE_OFFSET + SZ_256M) |
20 | 20 | ||
21 | #endif | 21 | #endif |