aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-02-06 15:06:53 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-07 21:59:34 +0000
commit896a1f7609d87fdb1eb18e1673622533d9abf04d (patch)
tree085cfbfd2403941d347eb2771834beba95792ae6
parent12d3768ec5e5d121683d4c47e8fcef0af46c2e21 (diff)
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>
-rw-r--r--src/northbridge/intel/pineview/raminit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/northbridge/intel/pineview/raminit.c b/src/northbridge/intel/pineview/raminit.c
index 7c6d2b8040..f39f9e328d 100644
--- a/src/northbridge/intel/pineview/raminit.c
+++ b/src/northbridge/intel/pineview/raminit.c
@@ -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));