Patrick Georgi (patrick@georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5691
-gerrit
commit bd47e97bee0d7d90ae3696d19a1a4ab0c965f54b Author: Patrick Georgi patrick@georgi-clan.de Date: Wed May 7 20:19:50 2014 +0200
rambi: Remove outdated comment
Change-Id: Ic555d23a9112677a784dd814601f8202d4d17261 Signed-off-by: Patrick Georgi patrick@georgi-clan.de --- src/mainboard/google/rambi/romstage.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/src/mainboard/google/rambi/romstage.c b/src/mainboard/google/rambi/romstage.c index efe1343..48fe387 100644 --- a/src/mainboard/google/rambi/romstage.c +++ b/src/mainboard/google/rambi/romstage.c @@ -92,7 +92,6 @@ void mainboard_romstage_entry(struct romstage_params *rp) if (!spd_file) die("SPD data not found.");
- /* Both channels are always present. */ spd_content = get_spd_pointer(CBFS_SUBHEADER(spd_file), ntohl(spd_file->len) / SPD_SIZE, &dual_channel);