summaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro
diff options
context:
space:
mode:
authorMichael Niewöhner <foss@mniewoehner.de>2019-09-19 22:07:33 +0200
committerNico Huber <nico.h@gmx.de>2019-09-22 09:48:33 +0000
commit853c1afac21f3cfd19f487e95ba2b53cbd80e241 (patch)
treea95f2be5d13810abe5aba49db529c464390e95c6 /src/mainboard/supermicro
parent5a7dc9eb6212ef65c93ddb1493ba3a1d660929ed (diff)
downloadcoreboot-853c1afac21f3cfd19f487e95ba2b53cbd80e241.tar.xz
mb/supermicro/x11ssh: remove unnecessary fsp setting CdClock
CdClock does not need to be set because the board does not use IGD. Change-Id: I6835ccdf80530f9efc6fdeb0363dcf9267f99d21 Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35477 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/supermicro')
-rw-r--r--src/mainboard/supermicro/x11ssh/ramstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/supermicro/x11ssh/ramstage.c b/src/mainboard/supermicro/x11ssh/ramstage.c
index 2672f73685..a37d2d2430 100644
--- a/src/mainboard/supermicro/x11ssh/ramstage.c
+++ b/src/mainboard/supermicro/x11ssh/ramstage.c
@@ -20,7 +20,6 @@ void mainboard_silicon_init_params(FSP_SIL_UPD *params)
/* Configure pads prior to SiliconInit() in case there's any
* dependencies during hardware initialization. */
gpio_configure_pads(gpio_table, ARRAY_SIZE(gpio_table));
- params->CdClock = 3;
/* This must be one, otherwise FSP crashes ... */
params->PchHdaVcType = 0x1;