diff options
author | Wolfgang Denk <wd@denx.de> | 2008-07-10 10:50:38 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-07-10 10:50:38 +0200 |
commit | c4b81f3238d77a4df343bd70ddfb7ebd29ca1dda (patch) | |
tree | aec9936268a0f04695290dc2b5b2a81f6373d968 /include/configs/katmai.h | |
parent | e870690bdca154943ecadd5212d2d59c1b9d391b (diff) | |
parent | b002144e1dc21374b1ef5281fe6b5d014af96650 (diff) | |
download | u-boot-imx-c4b81f3238d77a4df343bd70ddfb7ebd29ca1dda.zip u-boot-imx-c4b81f3238d77a4df343bd70ddfb7ebd29ca1dda.tar.gz u-boot-imx-c4b81f3238d77a4df343bd70ddfb7ebd29ca1dda.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
Diffstat (limited to 'include/configs/katmai.h')
-rw-r--r-- | include/configs/katmai.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/katmai.h b/include/configs/katmai.h index d3789bd..f07e470 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 |