From b9329126ca08d20ce1d8c5db0fcabd39140c7292 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Thu, 13 Feb 2014 14:04:27 -0600 Subject: [PATCH] rambi: instruct MRC to use weaker memory ODT settings Rambi has been validated to use weaker memory ODT settings. Enable the weaker settings. BUG=chrome-os-partner:25420 BRANCH=baytrail TEST=Built and booted. Suspended and resumed. Change-Id: I71f50a69821fb292a7914d4fc1db0e903f1fe6fd Signed-off-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/186420 Reviewed-by: Duncan Laurie --- src/mainboard/google/rambi/romstage.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/rambi/romstage.c b/src/mainboard/google/rambi/romstage.c index 48ca8892c0..89c21de40f 100644 --- a/src/mainboard/google/rambi/romstage.c +++ b/src/mainboard/google/rambi/romstage.c @@ -79,6 +79,7 @@ void mainboard_romstage_entry(struct romstage_params *rp) .mainboard = { .dram_type = DRAM_DDR3L, .dram_info_location = DRAM_INFO_SPD_MEM, + .weaker_odt_settings = 1, }, };