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:
parent
c3aaf6a99e
commit
18878e036f
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue