From f27d98fadc004826565aabd554569d6e2f07b0eb Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Fri, 5 May 2017 16:52:52 -0500 Subject: soc/intel/common/block: correct apollolake device ids The device ids changed names between patches. Fix them to not break the build any more. Change-Id: I1d74d95ec6b516c4d8354a714b2b302557743fe0 Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/19600 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/soc/intel/common/block/cse/cse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/common/block/cse') diff --git a/src/soc/intel/common/block/cse/cse.c b/src/soc/intel/common/block/cse/cse.c index 272fe7a478..5c136dff11 100644 --- a/src/soc/intel/common/block/cse/cse.c +++ b/src/soc/intel/common/block/cse/cse.c @@ -471,7 +471,7 @@ static const struct pci_driver cse_driver __pci_driver = { .ops = &cse_ops, .vendor = PCI_VENDOR_ID_INTEL, /* SoC/chipset needs to provide PCI device ID */ - .device = PCI_DEVICE_ID_INTEL_APOLLOLAKE_CSE0 + .device = PCI_DEVICE_ID_INTEL_APL_CSE0, }; #endif -- cgit v1.2.3