nb/pineview/raminit: Don't do Jedec init on resume from S3

This is not needed.

Change-Id: Id19a00c1546b7a71d90aa8c7e43e6efde1e9fbbc
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/19425
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Arthur Heymans 2017-04-22 16:19:56 +02:00 committed by Martin Roth
parent ebb7994263
commit d2ca9d12dc

View file

@ -2616,10 +2616,10 @@ void sdram_initialize(int boot_path, const u8 *spd_addresses)
if (si.boot_path != BOOT_PATH_RESUME) {
MCHBAR32(0x260) = MCHBAR32(0x260) | (1 << 27);
}
sdram_jedecinit(&si);
PRINTK_DEBUG("Done MRS\n");
sdram_jedecinit(&si);
PRINTK_DEBUG("Done MRS\n");
}
sdram_misc(&si);
PRINTK_DEBUG("Done misc\n");