From ea573b04d8da056ce41833975cadf58df843c01e Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Wed, 20 Jan 2021 16:43:13 +0100 Subject: sandybridge MRC boards: Drop channel disable masks Platform code will overwrite these values anyway, so do not program them in mainboards. Change-Id: I7571d336a1402c6cfae5835a95dc706a28106271 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/49751 Reviewed-by: Nico Huber Tested-by: build bot (Jenkins) --- src/mainboard/asus/p8z77-m_pro/early_init.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mainboard/asus/p8z77-m_pro') diff --git a/src/mainboard/asus/p8z77-m_pro/early_init.c b/src/mainboard/asus/p8z77-m_pro/early_init.c index eadf0a93ae..4e41d01bc7 100644 --- a/src/mainboard/asus/p8z77-m_pro/early_init.c +++ b/src/mainboard/asus/p8z77-m_pro/early_init.c @@ -103,8 +103,6 @@ void mainboard_fill_pei_data(struct pei_data *pei_data) .ts_addresses = { 0x00, 0x00, 0x00, 0x00 }, .ec_present = 0, /* Asus 2203 BIOS shows XUECA016, but no EC */ .gbe_enable = 0, /* Board uses no Intel GbE but a RTL8111F */ - .dimm_channel0_disabled = 0, /* Both DIMM enabled */ - .dimm_channel1_disabled = 0, /* Both DIMM enabled */ .max_ddr3_freq = 1600, /* 1333=Sandy; 1600=Ivy */ .usb_port_config = { /* {enabled, oc_pin, cable len 0x0080=<8inches/20cm} */ -- cgit v1.2.3