diff options
-rw-r--r-- | src/soc/amd/stoneyridge/southbridge.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/stoneyridge/southbridge.c b/src/soc/amd/stoneyridge/southbridge.c index bb3157d395..e05b7dd764 100644 --- a/src/soc/amd/stoneyridge/southbridge.c +++ b/src/soc/amd/stoneyridge/southbridge.c @@ -559,6 +559,7 @@ void bootblock_fch_early_init(void) sb_enable_rom(); sb_lpc_port80(); sb_lpc_decode(); + sb_acpi_mmio_decode(); } void sb_enable(device_t dev) |