summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/memory.h')
-rw-r--r--include/asm-arm/memory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-arm/memory.h b/include/asm-arm/memory.h
index 176a4fb04989..91d536c215d7 100644
--- a/include/asm-arm/memory.h
+++ b/include/asm-arm/memory.h
@@ -69,9 +69,9 @@
#define XIP_VIRT_ADDR(physaddr) (MODULE_START + ((physaddr) & 0x000fffff))
/*
- * Allow 2MB-aligned ioremap pages
+ * Allow 16MB-aligned ioremap pages
*/
-#define IOREMAP_MAX_ORDER 21
+#define IOREMAP_MAX_ORDER 24
#else /* CONFIG_MMU */