summaryrefslogtreecommitdiffstats
path: root/include/configs/katmai.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/katmai.h')
-rw-r--r--include/configs/katmai.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/katmai.h b/include/configs/katmai.h
index d3789bd67a..f07e470683 100644
--- a/include/configs/katmai.h
+++ b/include/configs/katmai.h
@@ -41,6 +41,13 @@
#define CFG_4xx_RESET_TYPE 0x2 /* use chip reset on this board */
/*
+ * Enable this board for more than 2GB of SDRAM
+ */
+#define CONFIG_PHYS_64BIT
+#define CONFIG_VERY_BIG_RAM
+#define CONFIG_MAX_MEM_MAPPED ((phys_size_t)2 << 30)
+
+/*
* Include common defines/options for all AMCC eval boards
*/
#define CONFIG_HOSTNAME katmai
OpenPOWER on IntegriCloud