diff options
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/intel/i440bx/raminit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/northbridge/intel/i440bx/raminit.h b/src/northbridge/intel/i440bx/raminit.h index 9a8be8520b..d05f6fd8c9 100644 --- a/src/northbridge/intel/i440bx/raminit.h +++ b/src/northbridge/intel/i440bx/raminit.h @@ -22,9 +22,9 @@ #define RAMINIT_H /* The 440BX supports up to four (single- or double-sided) DIMMs. */ -#define DIMM_SOCKETS 4 +#define DIMM_SOCKETS 4 /* DIMMs 1-4 are at 0x50, 0x51, 0x52, 0x53. */ -#define DIMM_SPD_BASE 0x50 +#define DIMM_SPD_BASE 0x50 #endif /* RAMINIT_H */ |