diff options
author | Nils Jacobs <njacobs8@hetnet.nl> | 2010-11-05 00:19:21 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-11-05 00:19:21 +0000 |
commit | f29b3b68c849ea6cb8124e11d06427ab92bc4451 (patch) | |
tree | d60ec20fd3d07ee13a4addc5909699925421444f /src/mainboard/lippert/frontrunner | |
parent | a1e2c5607902e392cf390efa77a74c16fdb5e027 (diff) | |
download | coreboot-f29b3b68c849ea6cb8124e11d06427ab92bc4451.tar.xz |
GX2: Define the unused DIMM1 to 0xFF to make it obvious it is a bogus value.
This is Abuild and boot tested.
Signed-off-by: Nils Jacobs <njacobs8@hetnet.nl>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6022 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/lippert/frontrunner')
-rw-r--r-- | src/mainboard/lippert/frontrunner/romstage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lippert/frontrunner/romstage.c b/src/mainboard/lippert/frontrunner/romstage.c index 6630b581d8..f86abef5a5 100644 --- a/src/mainboard/lippert/frontrunner/romstage.c +++ b/src/mainboard/lippert/frontrunner/romstage.c @@ -18,7 +18,7 @@ #include "southbridge/amd/cs5535/cs5535_early_setup.c" #define DIMM0 0xA0 -#define DIMM1 0xA2 +#define DIMM1 0xFF /* DIMM1 is not available/used on this board. */ static const unsigned char spdbytes[] = { /* 4x Qimonda HYB25DC512160CF-6 */ 0xFF, 0xFF, /* only values used by raminit.c are set */ |