Revert "mb/starlabs/*/rpl: Re-enable GpioOverride"
This reverts commit 8a2c04e04d.
Reason for revert: The hang is still present
Change-Id: Iba3c2b684cce3adefecd175d0ef09a5d051410ae
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/89805
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
784d8f25f9
commit
82d90b1f21
2 changed files with 2 additions and 0 deletions
|
|
@ -46,4 +46,5 @@ void mainboard_memory_init_params(FSPM_UPD *mupd)
|
|||
}
|
||||
|
||||
mupd->FspmConfig.DmiMaxLinkSpeed = 4;
|
||||
mupd->FspmConfig.GpioOverride = 0;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -141,4 +141,5 @@ void mainboard_memory_init_params(FSPM_UPD *mupd)
|
|||
}
|
||||
|
||||
mupd->FspmConfig.DmiMaxLinkSpeed = 4;
|
||||
mupd->FspmConfig.GpioOverride = 0;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue