diff options
author | Subrata Banik <subratabanik@google.com> | 2022-07-06 06:45:57 +0000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-07-07 13:07:13 +0000 |
commit | d624e74f7b91198f06ab1cebf586be2a094c7d35 (patch) | |
tree | 6e77be7040abed7eddf01f48a4d2c7345770f698 /src | |
parent | 58f68fb0cb8e9824256a115d1ebdc840c281e987 (diff) |
soc/intel/meteorlake: Update IFD_CHIPSET kconfig value
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 <subratabanik@google.com>
Change-Id: I416f881bcbe3dd7494ead636d6b593366a51b31c
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65666
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/intel/meteorlake/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |