diff --git a/src/northsouthbridge/sis/630/ipl.S b/src/northsouthbridge/sis/630/ipl.S index f4cd30fcb4..04e217de94 100644 --- a/src/northsouthbridge/sis/630/ipl.S +++ b/src/northsouthbridge/sis/630/ipl.S @@ -194,12 +194,12 @@ sis630ipl_start: movw $SPL_RAM_SEG, %ax movw %ax, %es - movw $sis950_init_table, %si # enable flash write on - movw $0x05, %cx # SiS 950 LPC - movw $0x2e, %dx + movw $sis950_init_table, %si # unlock SiS 950 LPC + movw $0x05, %cx # select Clock Selection + movw $0x2e, %dx # and Flash ROM I/F rep outsb - movb $0xfc, %al + movb $0xfc, %al # enable write, CLKIN = 24 MHZ outb %al, $0x2f xorw %sp, %sp # clear %sp