Stefan Tauner (stefan.tauner@gmx.at) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18052
-gerrit
commit e0613f38a82f81a6095027397f9123bf9d0ff1c9 Author: Stefan Tauner stefan.tauner@gmx.at Date: Sat Jan 7 07:26:27 2017 +0100
nb/intel/nehalem/raminit.c: Refine broken comment
Change-Id: Ic5c92d9a2d8bb040a04602e5da2cd37a2ae8db95 Signed-off-by: Stefan Tauner stefan.tauner@gmx.at --- src/northbridge/intel/nehalem/raminit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/northbridge/intel/nehalem/raminit.c b/src/northbridge/intel/nehalem/raminit.c index d5254fc..122b8ac 100644 --- a/src/northbridge/intel/nehalem/raminit.c +++ b/src/northbridge/intel/nehalem/raminit.c @@ -14,8 +14,8 @@ * GNU General Public License for more details. */
-/* Please don't remove this. It's needed it to do debugging - and reverse engineering to support in future more nehalem variants. */ +/* Please don't remove this. It's needed for debugging and reverse + * engineering more nehalem variants in the future. */ #ifndef REAL #define REAL 1 #endif