diff options
Diffstat (limited to 'src/soc/amd/phoenix/root_complex.c')
-rw-r--r-- | src/soc/amd/phoenix/root_complex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/phoenix/root_complex.c b/src/soc/amd/phoenix/root_complex.c index 6b1a81e499..a1f256f73d 100644 --- a/src/soc/amd/phoenix/root_complex.c +++ b/src/soc/amd/phoenix/root_complex.c @@ -237,7 +237,7 @@ struct device_operations phoenix_root_complex_operations = { uint32_t get_iohc_misc_smn_base(struct device *domain) { - return 0x13b10000; + return SMN_IOHC_MISC_BASE_13B1; } static const struct non_pci_mmio_reg non_pci_mmio[] = { |