diff options
Diffstat (limited to 'src/soc/intel/jasperlake/bootblock')
-rw-r--r-- | src/soc/intel/jasperlake/bootblock/report_platform.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/jasperlake/bootblock/report_platform.c b/src/soc/intel/jasperlake/bootblock/report_platform.c index 357d038cd2..e3214c9054 100644 --- a/src/soc/intel/jasperlake/bootblock/report_platform.c +++ b/src/soc/intel/jasperlake/bootblock/report_platform.c @@ -29,6 +29,7 @@ static struct { { PCI_DID_INTEL_JSL_ID_3, "Jasperlake SKU2-1" }, { PCI_DID_INTEL_JSL_ID_4, "Jasperlake SKU2-2" }, { PCI_DID_INTEL_JSL_ID_5, "Jasperlake SKU4-3" }, + { PCI_DID_INTEL_JSL_ID_6, "Jasperlake SKU4-3" }, }; static struct { |