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>
This commit is contained in:
parent
58f68fb0cb
commit
d624e74f7b
|
@ -132,7 +132,7 @@ config EXT_BIOS_WIN_SIZE
|
||||||
|
|
||||||
config IFD_CHIPSET
|
config IFD_CHIPSET
|
||||||
string
|
string
|
||||||
default "ifd2"
|
default "mtl"
|
||||||
|
|
||||||
config IED_REGION_SIZE
|
config IED_REGION_SIZE
|
||||||
hex
|
hex
|
||||||
|
|
Loading…
Reference in New Issue