Spell Intel Cooper Lake-SP with a space

Use the official spelling. [1]

[1]: https://ark.intel.com/content/www/us/en/ark/products/codename/189143/products-formerly-cooper-lake.html

Change-Id: I7dbd332600caa7c04fc4f6bac53880e832e97bda
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59036
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by:  Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Paul Menzel 2021-11-09 08:09:40 +01:00 committed by Felix Held
parent 4b6ad4efe3
commit 5554226426
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ config SOC_INTEL_COOPERLAKE_SP
select PLATFORM_USES_FSP2_2
select CACHE_MRC_SETTINGS
help
Intel Cooperlake-SP support
Intel Cooper Lake-SP support
if XEON_SP_COMMON_BASE

View File

@ -186,7 +186,7 @@ static void chip_init(void *data)
}
struct chip_operations soc_intel_xeon_sp_cpx_ops = {
CHIP_NAME("Intel Cooperlake-SP")
CHIP_NAME("Intel Cooper Lake-SP")
.enable_dev = chip_enable_dev,
.init = chip_init,
.final = chip_final,