summaryrefslogtreecommitdiff
path: root/Board/SB/SBSECInit.asm
diff options
context:
space:
mode:
Diffstat (limited to 'Board/SB/SBSECInit.asm')
-rw-r--r--Board/SB/SBSECInit.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Board/SB/SBSECInit.asm b/Board/SB/SBSECInit.asm
index 2ab1c3c..5003adb 100644
--- a/Board/SB/SBSECInit.asm
+++ b/Board/SB/SBSECInit.asm
@@ -247,7 +247,7 @@ IF MKF_SB_IO_DECODE_IN_SEC
mov eax, (1 shl 31t) + (SB_BUS shl 16t) + (SB_DEV_FUN shl 8) + 80h
out dx, eax
add dx, 04h
- mov eax, 34030070h
+ mov eax, 34070070h
IFDEF MKF_EC_SUPPORT
or eax, (MKF_EC_SUPPORT shl 27t) ; Enable MC_LPC_EN
ENDIF