diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-04-15 16:30:27 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-04-15 15:04:19 +0000 |
commit | 68da241ba40f41f4331b3b6df50b0397ace7c562 (patch) | |
tree | 75e45043272c8649416362807ecffe8d095f0eab /src | |
parent | 31fef3f6f8a417c80bdcbebfe99d05adbb197389 (diff) |
soc/intel/apl/report_platform.c: Fix typo
"Aplollolake" => "Apollolake"
Change-Id: I1881d40b5f71d07d5d217b4380241cc14467fb1a
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40407
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/intel/apollolake/report_platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/apollolake/report_platform.c b/src/soc/intel/apollolake/report_platform.c index bd0a68fb44..bb20ab506c 100644 --- a/src/soc/intel/apollolake/report_platform.c +++ b/src/soc/intel/apollolake/report_platform.c @@ -46,7 +46,7 @@ static struct { const char *name; } igd_table[] = { { PCI_DEVICE_ID_INTEL_APL_IGD_HD_505, "Apollolake HD 505" }, - { PCI_DEVICE_ID_INTEL_APL_IGD_HD_500, "Aplollolake HD 500" }, + { PCI_DEVICE_ID_INTEL_APL_IGD_HD_500, "Apollolake HD 500" }, { PCI_DEVICE_ID_INTEL_GLK_IGD, "Geminilake" }, { PCI_DEVICE_ID_INTEL_GLK_IGD_EU12, "Geminilake EU12" }, }; |