Merge "plat/sgi: increase number of xlat tables"
diff --git a/plat/arm/sgi/common/include/sgi_base_platform_def.h b/plat/arm/sgi/common/include/sgi_base_platform_def.h
index 10d1841..04673b3 100644
--- a/plat/arm/sgi/common/include/sgi_base_platform_def.h
+++ b/plat/arm/sgi/common/include/sgi_base_platform_def.h
@@ -80,7 +80,7 @@
 #define PLAT_LOCAL_PSTATE_WIDTH		4
 
 /* Platform specific page table and MMU setup constants */
-#define MAX_XLAT_TABLES			5
+#define MAX_XLAT_TABLES			6
 #define MAX_MMAP_REGIONS		16
 
 /*******************************************************************************