Here's a fix for the one warning we can all agree is a bug. We can
deal with the other issues separately.
Signed-off-by: Ed Swierk <[EMAIL PROTECTED]>
--Ed
Index: LinuxBIOSv2-2540/src/northbridge/amd/amdk8/raminit_f.c
===================================================================
--- LinuxBIOSv2-2540.orig/src/northbridge/amd/amdk8/raminit_f.c
+++ LinuxBIOSv2-2540/src/northbridge/amd/amdk8/raminit_f.c
@@ -2506,7 +2506,7 @@ static void set_misc_timing(const struct
case 0x00:
dwordx = 0x002b2220; //x8 double Rank
break;
- defalut:
+ default:
dwordx = 0x002a2220; //x8 single Rank and double Rank mixed
}
} else if((meminfo->x4_mask == 0) && (meminfo->x16_mask == 0x01) && (meminfo->single_rank_mask == 0x01)) {
--
linuxbios mailing list
[email protected]
http://www.openbios.org/mailman/listinfo/linuxbios