soc/intel/tigerlake: select correct chipset based on soc Kconfig

Since we accomodate both Tigerlake and Jasperlake soc in single folder,
we need to select IFD chipset correctly based on soc.

Change-Id: I73cfe4f583da3a28c3b29d29a93ff62097130e27
Signed-off-by: Maulik V Vaghela <maulik.v.vaghela@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37273
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-by: Aamir Bohra <aamir.bohra@intel.com>
This commit is contained in:
Maulik V Vaghela 2019-11-27 14:31:38 +05:30 committed by Patrick Georgi
parent c9eae795d1
commit c2a05d143b
1 changed files with 2 additions and 1 deletions

View File

@ -97,7 +97,8 @@ config FSP_TEMP_RAM_SIZE
config IFD_CHIPSET
string
default "tgl"
default "tgl" if SOC_INTEL_TIGERLAKE
default "jsl" if SOC_INTEL_JASPERLAKE
config IED_REGION_SIZE
hex