diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-01-13 13:30:32 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-07 21:56:00 +0000 |
commit | 32f9bcaa91f6ca40a6cb0bce172e3d74f7fcf3e9 (patch) | |
tree | be7fc29a1cd1b85179634c80ca356477a803ef35 /src/northbridge | |
parent | c87bcf4d9f0f677e52af5a3639f6dd8fb282ad6b (diff) |
nb/intel/x4x: Drop commented-out statement
Time has proven this statement to be unnecessary. Uncommenting it would
not have any effect on the existing code, thus remove it completely.
Change-Id: Iff4cdd71435e4fd69d4f3284e9fb2830fdd5b173
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49389
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/intel/x4x/raminit_ddr23.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/northbridge/intel/x4x/raminit_ddr23.c b/src/northbridge/intel/x4x/raminit_ddr23.c index fc39a5d642..119eccd473 100644 --- a/src/northbridge/intel/x4x/raminit_ddr23.c +++ b/src/northbridge/intel/x4x/raminit_ddr23.c @@ -776,8 +776,6 @@ static void program_dll(struct sysinfo *s) ~rank2clken[r + i * 4]); } } - - //reg8 = 0x00; // FIXME don't switch on all clocks anyway } /* END EACH CHANNEL */ if (s->spd_type == DDR2) { |