diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/gigabyte/ga-g41m-es2l/romstage.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c b/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c index 0a1470b112..229f028d9a 100644 --- a/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c +++ b/src/mainboard/gigabyte/ga-g41m-es2l/romstage.c @@ -102,7 +102,8 @@ static void mb_gpio_init(void) RCBA8(0x31ff); RCBA32(0x3410) = 0x00190464; - RCBA32(0x3418) = 0x003c0063; + RCBA32(FD) = FD_PCIE6 | FD_PCIE5 | FD_PCIE4 | FD_PCIE3 | FD_ACMOD + | FD_ACAUD | 1; RCBA32(0x341c) = 0x00000000; RCBA32(0x3430) = 0x00000001; RCBA32(0x3e00) = 0xff000001; |