nb/intel/pineview: Delete rude and useless comment

Change-Id: I5bcadf04b5d5b9dad3523bce98942f2792be905f
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50357
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Angel Pons 2021-02-06 15:06:53 +01:00 committed by Patrick Georgi
parent 12d3768ec5
commit 896a1f7609
1 changed files with 0 additions and 1 deletions

View File

@ -1397,7 +1397,6 @@ static void sdram_rcomp(struct sysinfo *s)
MCHBAR16(ZQCALCTRL) = 0x0134;
MCHBAR32(COMPCTRL1) = 0x4C293600;
/* FIXME: wtf did these MRC guys smoke */
MCHBAR8_AND_OR(COMPCTRL1 + 3, ~0x44, (1 << 6) | (1 << 2));
MCHBAR16_AND(XCOMPSDR0BNS, ~(1 << 13));
MCHBAR8_AND(XCOMPSDR0BNS, ~(1 << 5));