diff options
author | Wolfgang Denk <wd@denx.de> | 2008-11-25 11:47:41 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-11-25 11:47:41 +0100 |
commit | 06efc122a0dc47e704aa6c8e266d2663fee3977b (patch) | |
tree | 2ec94526396cbc4b8ddee78649bd27d78d132bca /include/configs/katmai.h | |
parent | 95d4b70d50f8e426062bf9b7613829325cf779ad (diff) | |
parent | 89295028e7d8f7a524f485328279d72fdb102385 (diff) | |
download | u-boot-imx-06efc122a0dc47e704aa6c8e266d2663fee3977b.zip u-boot-imx-06efc122a0dc47e704aa6c8e266d2663fee3977b.tar.gz u-boot-imx-06efc122a0dc47e704aa6c8e266d2663fee3977b.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
Diffstat (limited to 'include/configs/katmai.h')
-rw-r--r-- | include/configs/katmai.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/katmai.h b/include/configs/katmai.h index 58694cc..ea6cf0d 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 |