aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxim Polyakov <max.senia.poliak@gmail.com>2021-07-22 14:11:17 +0300
committerAngel Pons <th3fanbus@gmail.com>2021-09-14 10:34:53 +0000
commit5b314e0e11fbb8de969288ae1ae26436cce049f8 (patch)
tree9e5c56b1dc6cda4e1b48cc0e17dc007a381490d5 /src
parent889fa6093d765f873d238ca1f5e60ad6ff7d996a (diff)
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>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/kontron/mal10/romstage.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/kontron/mal10/romstage.c b/src/mainboard/kontron/mal10/romstage.c
index dba78f7909..a3b86d7989 100644
--- a/src/mainboard/kontron/mal10/romstage.c
+++ b/src/mainboard/kontron/mal10/romstage.c
@@ -22,6 +22,4 @@ void mainboard_memory_init_params(FSPM_UPD *mupd)
mupd->FspmConfig.MsgLevelMask = 0;
mupd->FspmConfig.MrcDataSaving = 0;
mupd->FspmConfig.MrcFastBoot = 1;
-
- mupd->FspmConfig.PrimaryVideoAdaptor = 2;
}