summaryrefslogtreecommitdiffstats
path: root/include/configs/katmai.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-11-25 11:47:41 +0100
committerWolfgang Denk <wd@denx.de>2008-11-25 11:47:41 +0100
commit06efc122a0dc47e704aa6c8e266d2663fee3977b (patch)
tree2ec94526396cbc4b8ddee78649bd27d78d132bca /include/configs/katmai.h
parent95d4b70d50f8e426062bf9b7613829325cf779ad (diff)
parent89295028e7d8f7a524f485328279d72fdb102385 (diff)
downloadblackbird-obmc-uboot-06efc122a0dc47e704aa6c8e266d2663fee3977b.tar.gz
blackbird-obmc-uboot-06efc122a0dc47e704aa6c8e266d2663fee3977b.zip
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
Diffstat (limited to 'include/configs/katmai.h')
-rw-r--r--include/configs/katmai.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/katmai.h b/include/configs/katmai.h
index 58694cca4b..ea6cf0d23f 100644
--- a/include/configs/katmai.h
+++ b/include/configs/katmai.h
@@ -53,6 +53,13 @@
#define CONFIG_HOSTNAME katmai
#include "amcc-common.h"
+/*
+ * For booting 256K-paged Linux we should have 16MB of memory
+ * for Linux initial memory map
+ */
+#undef CONFIG_SYS_BOOTMAPSZ
+#define CONFIG_SYS_BOOTMAPSZ (16 << 20)
+
#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_pre_init */
#undef CONFIG_SHOW_BOOT_PROGRESS
@@ -189,6 +196,7 @@
/*
* Commands additional to the ones defined in amcc-common.h
*/
+#define CONFIG_CMD_EXT2
#define CONFIG_CMD_DATE
#define CONFIG_CMD_PCI
#define CONFIG_CMD_SDRAM
OpenPOWER on IntegriCloud