diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2014-05-07 20:19:50 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-05-07 22:08:19 +0200 |
commit | 802a8ece3f089ec38c6e1d141f618fc58bbc0791 (patch) | |
tree | 29e306c1b5faa5652b768280b95e368a64444445 /src/mainboard/google | |
parent | 100b14d12bbf62ebaf81436ef6fd8c2c551d45ff (diff) |
rambi: Remove outdated comment
Change-Id: Ic555d23a9112677a784dd814601f8202d4d17261
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/5691
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/rambi/romstage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/rambi/romstage.c b/src/mainboard/google/rambi/romstage.c index efe1343950..48fe387bb5 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); |