summaryrefslogtreecommitdiff
path: root/src/mainboard/asrock/h110m
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asrock/h110m')
-rw-r--r--src/mainboard/asrock/h110m/romstage.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/asrock/h110m/romstage.c b/src/mainboard/asrock/h110m/romstage.c
index ca3058fa9f..f78aa30b21 100644
--- a/src/mainboard/asrock/h110m/romstage.c
+++ b/src/mainboard/asrock/h110m/romstage.c
@@ -33,7 +33,4 @@ void mainboard_memory_init_params(FSPM_UPD *mupd)
/* use virtual channel 1 for the dmi interface of the PCH */
mupd->FspmTestConfig.DmiVc1 = 1;
-
- /* desktop type */
- mem_cfg->UserBd = BOARD_TYPE_DESKTOP;
}