Author: stepan Date: Tue May 25 18:00:08 2010 New Revision: 5584 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5584
Log: cosmetics. Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/src/northbridge/intel/i440bx/raminit.h
Modified: trunk/src/northbridge/intel/i440bx/raminit.h ============================================================================== --- trunk/src/northbridge/intel/i440bx/raminit.h Mon May 24 17:51:15 2010 (r5583) +++ trunk/src/northbridge/intel/i440bx/raminit.h Tue May 25 18:00:08 2010 (r5584) @@ -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 */