aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/pei_data.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-01-28 12:33:47 +0100
committerAngel Pons <th3fanbus@gmail.com>2021-01-30 23:10:33 +0000
commit33bededa117fee1d529b4d461cf82d79d22e70d2 (patch)
tree5bb1f489099a262cb36f6fbc9bc580d0d4b828ff /src/soc/intel/broadwell/pei_data.c
parent50632878bf9dbae54fac4b48070482531002a290 (diff)
soc/intel/broadwell: Use common SMBus code
Change-Id: I74b21bfde4b76ccb0d432b00c25095f708b1d761 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50030 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/broadwell/pei_data.c')
-rw-r--r--src/soc/intel/broadwell/pei_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/pei_data.c b/src/soc/intel/broadwell/pei_data.c
index efc91fdfd6..9d7a52255a 100644
--- a/src/soc/intel/broadwell/pei_data.c
+++ b/src/soc/intel/broadwell/pei_data.c
@@ -16,7 +16,7 @@ void broadwell_fill_pei_data(struct pei_data *pei_data)
pei_data->board_type = BOARD_TYPE_ULT;
pei_data->usbdebug = CONFIG(USBDEBUG);
pei_data->pciexbar = MCFG_BASE_ADDRESS;
- pei_data->smbusbar = SMBUS_BASE_ADDRESS;
+ pei_data->smbusbar = CONFIG_FIXED_SMBUS_IO_BASE;
pei_data->ehcibar = EARLY_EHCI_BAR;
pei_data->xhcibar = EARLY_XHCI_BAR;
pei_data->gttbar = EARLY_GTT_BAR;