From d624e74f7b91198f06ab1cebf586be2a094c7d35 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Wed, 6 Jul 2022 06:45:57 +0000 Subject: soc/intel/meteorlake: Update IFD_CHIPSET kconfig value MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch updates IFD_CHIPSET kconfig value from `ifd2` to `mtl`. TEST=Able to build and boot Google/Rex image on MTL emulation platform. Signed-off-by: Subrata Banik Change-Id: I416f881bcbe3dd7494ead636d6b593366a51b31c Reviewed-on: https://review.coreboot.org/c/coreboot/+/65666 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/soc/intel/meteorlake/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc') diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig index f49eb54c58..8c4158ba70 100644 --- a/src/soc/intel/meteorlake/Kconfig +++ b/src/soc/intel/meteorlake/Kconfig @@ -132,7 +132,7 @@ config EXT_BIOS_WIN_SIZE config IFD_CHIPSET string - default "ifd2" + default "mtl" config IED_REGION_SIZE hex -- cgit v1.2.3