soc/intel/icelake: Re-flow comment for 96 characters

Change-Id: I7a5d7bb476c33ab995136eb47ef0258b483a42ef
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39457
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Paul Menzel 2020-03-11 20:14:15 +01:00 committed by Patrick Georgi
parent 9f11185920
commit dd57ac2f35
1 changed files with 1 additions and 4 deletions

View File

@ -30,10 +30,7 @@ static void soc_memory_init_params(FSP_M_CONFIG *m_cfg,
uint32_t mask = 0;
if (!dev || !dev->enabled) {
/*
* Skip IGD initialization in FSP if device
* is disabled in devicetree.cb.
*/
/* Skip IGD initialization in FSP if device is disabled in devicetree.cb. */
m_cfg->InternalGfx = 0;
m_cfg->IgdDvmt50PreAlloc = 0;
} else {