diff options
author | Markus Klotzbuecher <mk@denx.de> | 2008-07-10 16:03:26 +0200 |
---|---|---|
committer | Markus Klotzbuecher <mk@denx.de> | 2008-07-10 16:03:26 +0200 |
commit | 262423955895ba4599fa11d7c49dcffb65af0afd (patch) | |
tree | 59d35abf0b661bef68018e2137c174db0309bc22 /include/configs/katmai.h | |
parent | 794a5924972fc8073616e98a2668da4a5f9aea90 (diff) | |
parent | e0320b1ebec13755911a53b0af12cbf3e5e49a65 (diff) |
Merge branch 'master' of git://www.denx.de/git/u-boot
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 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 |