Paul Menzel has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/39456 )
Change subject: soc/intel/icelake: Correct past participle in comment ......................................................................
soc/intel/icelake: Correct past participle in comment
Change-Id: I117c8d2f71824292c4ca87b6f9434d2106bb512d Signed-off-by: Paul Menzel pmenzel@molgen.mpg.de --- M src/soc/intel/icelake/romstage/fsp_params.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/39456/1
diff --git a/src/soc/intel/icelake/romstage/fsp_params.c b/src/soc/intel/icelake/romstage/fsp_params.c index 8dd6bfd..99f606b 100644 --- a/src/soc/intel/icelake/romstage/fsp_params.c +++ b/src/soc/intel/icelake/romstage/fsp_params.c @@ -32,7 +32,7 @@ if (!dev || !dev->enabled) { /* * Skip IGD initialization in FSP if device - * is disable in devicetree.cb. + * is disabled in devicetree.cb. */ m_cfg->InternalGfx = 0; m_cfg->IgdDvmt50PreAlloc = 0;