Angel Pons has submitted this change. ( https://review.coreboot.org/c/coreboot/+/56517 )
Change subject: kontron/mal10: Undo set primary GPU via FSP option ......................................................................
kontron/mal10: Undo set primary GPU via FSP option
This is no longer needed, since now this parameter is already set using the ONBOARD_VGA_IS_PRIMARY config [1].
[1] commit 1a4496e79f21bef12efc8c6748264a8770266a27
Change-Id: Ie1bd62ecba2155af5c94f043ea7531f32989588f Signed-off-by: Maxim Polyakov max.senia.poliak@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/56517 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Nico Huber nico.h@gmx.de Reviewed-by: Angel Pons th3fanbus@gmail.com --- M src/mainboard/kontron/mal10/romstage.c 1 file changed, 0 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved Angel Pons: Looks good to me, approved
diff --git a/src/mainboard/kontron/mal10/romstage.c b/src/mainboard/kontron/mal10/romstage.c index dba78f7..a3b86d7 100644 --- a/src/mainboard/kontron/mal10/romstage.c +++ b/src/mainboard/kontron/mal10/romstage.c @@ -22,6 +22,4 @@ mupd->FspmConfig.MsgLevelMask = 0; mupd->FspmConfig.MrcDataSaving = 0; mupd->FspmConfig.MrcFastBoot = 1; - - mupd->FspmConfig.PrimaryVideoAdaptor = 2; }
5 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.