diff --git a/src/soc/intel/tigerlake/include/soc/pcr_ids.h b/src/soc/intel/tigerlake/include/soc/pcr_ids.h index 2748cdbb92..10c3a7cf0c 100644 --- a/src/soc/intel/tigerlake/include/soc/pcr_ids.h +++ b/src/soc/intel/tigerlake/include/soc/pcr_ids.h @@ -35,6 +35,10 @@ /* * SPI - DMI Destination ID */ +#if CONFIG(SOC_INTEL_TIGERLAKE_PCH_H) +#define SPI_DMI_DESTINATION_ID 0x23b0 +#else #define SPI_DMI_DESTINATION_ID 0x23a8 +#endif #endif