summaryrefslogtreecommitdiffstats
path: root/src/southbridge/amd/pi/hudson/bootblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/amd/pi/hudson/bootblock.c')
-rw-r--r--src/southbridge/amd/pi/hudson/bootblock.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/southbridge/amd/pi/hudson/bootblock.c b/src/southbridge/amd/pi/hudson/bootblock.c
index a31b45b820d2..faf549d2e8e9 100644
--- a/src/southbridge/amd/pi/hudson/bootblock.c
+++ b/src/southbridge/amd/pi/hudson/bootblock.c
@@ -49,10 +49,7 @@ void bootblock_early_southbridge_init(void)
u32 data;
hudson_enable_rom();
- if (CONFIG(SOUTHBRIDGE_AMD_PI_BOLTON))
- enable_acpimmio_decode_pm24();
- else
- enable_acpimmio_decode_pm04();
+ enable_acpimmio_decode_pm04();
hudson_lpc_decode();
if (CONFIG(POST_DEVICE_PCI_PCIE))