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:
parent
ebb7994263
commit
d2ca9d12dc
1 changed files with 3 additions and 3 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue