Angel Pons submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved Angel Pons: Looks good to me, approved
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(-)

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.

To view, visit change 56517. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie1bd62ecba2155af5c94f043ea7531f32989588f
Gerrit-Change-Number: 56517
Gerrit-PatchSet: 7
Gerrit-Owner: Maxim Polyakov <max.senia.poliak@gmail.com>
Gerrit-Reviewer: Felix Singer <felixsinger@posteo.net>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@mailbox.org>
Gerrit-MessageType: merged