From c7aa64bdff08399f43d58b615c0153a0001008c6 Mon Sep 17 00:00:00 2001 From: Jerry Wang Date: Mon, 12 May 2014 10:52:43 +0800 Subject: blaze: change ramcode 0001/0010 to use 792MHz bct This change updates the cfg file for Micron/Samsung 2GB, 792MHz DRAM based on the data generated by t124_emc_reg_tool. BUG=none BRANCH=blaze TEST=emerged coreboot, booted successfully into kernel. Original-Change-Id: I840cdd967c3b38479946a497a91da89bef5a98ad Original-Signed-off-by: Jerry Wang Original-Reviewed-on: https://chromium-review.googlesource.com/199296 Original-Reviewed-by: Hung-Te Lin Original-Reviewed-by: Tom Warren (cherry picked from commit cb70674c6551c8c36d2fd2d220e0f677ed2c6b24) Signed-off-by: Marc Jones Change-Id: I11222bc1453a76cc27c2be169be5d3481ed7cfe7 Reviewed-on: http://review.coreboot.org/7902 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks --- src/mainboard/google/nyan_blaze/sdram_configs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/google/nyan_blaze/sdram_configs.c') diff --git a/src/mainboard/google/nyan_blaze/sdram_configs.c b/src/mainboard/google/nyan_blaze/sdram_configs.c index d9c1bfee94..74f32fac0d 100644 --- a/src/mainboard/google/nyan_blaze/sdram_configs.c +++ b/src/mainboard/google/nyan_blaze/sdram_configs.c @@ -23,8 +23,8 @@ static struct sdram_params sdram_configs[] = { #include "bct/sdram-hynix-2GB-792.inc" /* ram_code = 0000 */ -#include "bct/sdram-hynix-2GB-204.inc" /* ram_code = 0001 */ -#include "bct/sdram-samsung-2GB-204.inc" /* ram_code = 0010 */ +#include "bct/sdram-micron-2GB-792.inc" /* ram_code = 0001 */ +#include "bct/sdram-samsung-2GB-792.inc" /* ram_code = 0010 */ #include "bct/sdram-hynix-2GB-204.inc" /* ram_code = 0011 */ #include "bct/sdram-unused.inc" /* ram_code = 0100 */ #include "bct/sdram-unused.inc" /* ram_code = 0101 */ -- cgit v1.2.3