diff options
author | Sridhar Siricilla <sridhar.siricilla@intel.com> | 2022-08-16 21:52:32 +0530 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-08-26 17:33:05 +0000 |
commit | 3741e99bd604777e824d169f3ff5f375d03e26b3 (patch) | |
tree | 22047b53658728ee1e44f22a935124824fc74a91 /src/soc | |
parent | 14fa11f9b9d2f3aa0c5d2ca5839ff6b3073cb2e9 (diff) |
soc/intel/meteorlake: Update MTL_USE_COREBOOT_MP_INIT description
The patch update MTL_USE_COREBOOT_MP_INIT Kconfig description.
TEST=Build code for MTL
Signed-off-by: Sridhar Siricilla <sridhar.siricilla@intel.com>
Change-Id: I38609cb03714084dd9092f41dd6e5b418a7f120a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67077
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tarun Tuli <taruntuli@google.com>
Diffstat (limited to 'src/soc')
-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 f15871fe0b..bb2e4b337d 100644 --- a/src/soc/intel/meteorlake/Kconfig +++ b/src/soc/intel/meteorlake/Kconfig @@ -323,7 +323,7 @@ config MTL_USE_COREBOOT_MP_INIT bool "Use coreboot MP init" select RELOAD_MICROCODE_PATCH help - Upon selection, coreboot performs MP Init. + Upon selection, coreboot performs MP Initialization that includes feature programming. endchoice |