From 272ce9a5796ef63516733ab2c25ece39d0ab194f Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Tue, 13 Jun 2023 00:44:44 +0530 Subject: {driver, mb, soc}: Rename Intel CSE FPT config to ISH FW version config This patch renames `SOC_INTEL_STORE_CSE_FPT_PARTITION_VERSION` config to `SOC_INTEL_STORE_ISH_FW_VERSION` to ensure the usage of this config is clear. Any platform would like to fetch the currently running ISH firmware version should select this configuration. TEST=Able to build and boot google/marasov. Change-Id: Ie503d6a5bf5bd0d3d561355b592e75b22c910bf5 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/75767 Reviewed-by: Kangheui Won Tested-by: build bot (Jenkins) Reviewed-by: Kapil Porwal --- src/drivers/intel/ish/ish.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/intel/ish/ish.c') diff --git a/src/drivers/intel/ish/ish.c b/src/drivers/intel/ish/ish.c index 0415af0d9a..a84be5b120 100644 --- a/src/drivers/intel/ish/ish.c +++ b/src/drivers/intel/ish/ish.c @@ -63,7 +63,7 @@ static void intel_ish_get_version(void) static void intel_ish_final(struct device *dev) { - if (CONFIG(SOC_INTEL_STORE_CSE_FPT_PARTITION_VERSION)) + if (CONFIG(SOC_INTEL_STORE_ISH_FW_VERSION)) intel_ish_get_version(); } -- cgit v1.2.3