diff options
author | Ed Swierk <eswierk@arastra.com> | 2007-02-01 22:43:27 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-02-01 22:43:27 +0000 |
commit | 18878e036f4f111ace50e1ff540b5deab63f20d9 (patch) | |
tree | e086f47f965f15d2341915de8641147e74f175a7 /src | |
parent | c3aaf6a99e98734e3e21d0fb248da85c3007aa2c (diff) | |
download | coreboot-18878e036f4f111ace50e1ff540b5deab63f20d9.tar.xz |
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')
-rw-r--r-- | src/northbridge/amd/amdk8/raminit_f.c | 2 |
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)) { |