aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdk8/raminit_f.c
diff options
context:
space:
mode:
authorEd Swierk <eswierk@arastra.com>2007-02-01 22:43:27 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-02-01 22:43:27 +0000
commit18878e036f4f111ace50e1ff540b5deab63f20d9 (patch)
treee086f47f965f15d2341915de8641147e74f175a7 /src/northbridge/amd/amdk8/raminit_f.c
parentc3aaf6a99e98734e3e21d0fb248da85c3007aa2c (diff)
Fix typo which breaks the build ('defalut' should be 'default').
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
Diffstat (limited to 'src/northbridge/amd/amdk8/raminit_f.c')
-rw-r--r--src/northbridge/amd/amdk8/raminit_f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/amdk8/raminit_f.c b/src/northbridge/amd/amdk8/raminit_f.c
index de1a52499d..6a06fe89ec 100644
--- a/src/northbridge/amd/amdk8/raminit_f.c
+++ b/src/northbridge/amd/amdk8/raminit_f.c
@@ -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)) {