Fix typo which breaks the build ('defalut' should be 'default').
authorEd Swierk <eswierk@arastra.com>
Thu, 1 Feb 2007 22:43:27 +0000 (22:43 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Thu, 1 Feb 2007 22:43:27 +0000 (22:43 +0000)
Signed-off-by: Ed Swierk <eswierk@arastra.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2544 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/northbridge/amd/amdk8/raminit_f.c

index de1a52499d446bd073bb18684058ecee2d3cb927..6a06fe89eca2e8029e225de7b582a74c691bee48 100644 (file)
@@ -2506,7 +2506,7 @@ static void set_misc_timing(const struct mem_controller *ctrl, struct mem_info *
                                 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)) {