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
This commit is contained in:
Ed Swierk
2007-02-01 22:43:27 +00:00
committed by Uwe Hermann
parent c3aaf6a99e
commit 18878e036f

View File

@@ -2506,7 +2506,7 @@ static void set_misc_timing(const struct mem_controller *ctrl, struct mem_info *
case 0x00: case 0x00:
dwordx = 0x002b2220; //x8 double Rank dwordx = 0x002b2220; //x8 double Rank
break; break;
defalut: default:
dwordx = 0x002a2220; //x8 single Rank and double Rank mixed dwordx = 0x002a2220; //x8 single Rank and double Rank mixed
} }
} else if((meminfo->x4_mask == 0) && (meminfo->x16_mask == 0x01) && (meminfo->single_rank_mask == 0x01)) { } else if((meminfo->x4_mask == 0) && (meminfo->x16_mask == 0x01) && (meminfo->single_rank_mask == 0x01)) {