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:
parent
9f11185920
commit
dd57ac2f35
|
@ -30,10 +30,7 @@ static void soc_memory_init_params(FSP_M_CONFIG *m_cfg,
|
||||||
uint32_t mask = 0;
|
uint32_t mask = 0;
|
||||||
|
|
||||||
if (!dev || !dev->enabled) {
|
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->InternalGfx = 0;
|
||||||
m_cfg->IgdDvmt50PreAlloc = 0;
|
m_cfg->IgdDvmt50PreAlloc = 0;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue