Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/40407 )
Change subject: soc/intel/apl/report_platform.c: Fix typo ......................................................................
soc/intel/apl/report_platform.c: Fix typo
"Aplollolake" => "Apollolake"
Change-Id: I1881d40b5f71d07d5d217b4380241cc14467fb1a Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/soc/intel/apollolake/report_platform.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/40407/1
diff --git a/src/soc/intel/apollolake/report_platform.c b/src/soc/intel/apollolake/report_platform.c index bd0a68f..bb20ab5 100644 --- a/src/soc/intel/apollolake/report_platform.c +++ b/src/soc/intel/apollolake/report_platform.c @@ -46,7 +46,7 @@ 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" }, };