ARM: 6997/1: ep93xx: increase NR_BANKS to 16 for support of 128MB RAM
[deliverable/linux.git] / arch / arm / include / asm / setup.h
index ee2ad8ae07af7d4006d82a474cb2282654cb986a..b13720d2c98a21278075a015d40144b7beca4800 100644 (file)
@@ -192,7 +192,11 @@ static struct tagtable __tagtable_##fn __tag = { tag, fn }
 /*
  * Memory map description
  */
-#define NR_BANKS 8
+#ifdef CONFIG_ARCH_EP93XX
+# define NR_BANKS 16
+#else
+# define NR_BANKS 8
+#endif
 
 struct membank {
        phys_addr_t start;
This page took 0.029242 seconds and 5 git commands to generate.