diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-06-09 15:22:47 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-06-09 15:22:47 +0000 |
commit | 9ca6ed548ed52c4ae2e3c8f1e360e5e569bc1739 (patch) | |
tree | 03ecd434438b7803f78e8343bfce9edda8ef182c /src/northbridge/via/vx800/dram_init.h | |
parent | a88db7bb870c8a6884da30e827e886cd26355e96 (diff) |
this port is horribly broken and should not have been checked in. This patch
gets us through config, but it fails during build because the original patch
duplicated some files for VIA systems.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4354 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/via/vx800/dram_init.h')
-rw-r--r-- | src/northbridge/via/vx800/dram_init.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/northbridge/via/vx800/dram_init.h b/src/northbridge/via/vx800/dram_init.h index 50007c18a7..0a6bb1039f 100644 --- a/src/northbridge/via/vx800/dram_init.h +++ b/src/northbridge/via/vx800/dram_init.h @@ -110,7 +110,8 @@ #define SPD_DATA_SIZE 44 //Dram cofig are /*the most number of socket*/ -//#define MAX_RAM_SLOTS 2 +#define MAX_RAM_SLOTS 2 + #define MAX_SOCKETS MAX_RAM_SLOTS #define MAX_DIMMS MAX_SOCKETS /*every sockets can plug one DIMM */ /*the most number of RANKs on a DIMM*/ |