From 7f00962e70c57b0fc6faf50b8fbf26f95b96e6d2 Mon Sep 17 00:00:00 2001 From: Neil Chen Date: Thu, 18 Dec 2014 16:49:33 +0800 Subject: blaze: add new Micron 2GB BCT This BCT table is the same as "ramcode == 1", and has been pass the stress test with this new Micron type. -Micron MT41K256M16LY-107:N, ramcode = 4 BUG=chrome-os-partner:32071 TEST=emerged coreboot, booted successfully into kernel. Change-Id: I80990fec6faf5dd2b8090658d865cc8dde31b753 Signed-off-by: Stefan Reinauer Original-Commit-Id: bce2bf1fd518077e06d70d78a65d58ddef7b7bc6 Original-Change-Id: I2c0b28fdafb5299784519e641aa4edb53d0c36b2 Original-Signed-off-by: Neil Chen Original-Reviewed-on: https://chromium-review.googlesource.com/236514 Original-Reviewed-by: David Hendricks Reviewed-on: http://review.coreboot.org/9636 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- src/mainboard/google/nyan_blaze/sdram_configs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard') diff --git a/src/mainboard/google/nyan_blaze/sdram_configs.c b/src/mainboard/google/nyan_blaze/sdram_configs.c index 94c9203b5f..4d098b2482 100644 --- a/src/mainboard/google/nyan_blaze/sdram_configs.c +++ b/src/mainboard/google/nyan_blaze/sdram_configs.c @@ -27,7 +27,7 @@ static struct sdram_params sdram_configs[] = { #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-micron-2GB-792.inc" /* ram_code = 0100 */ #include "bct/sdram-unused.inc" /* ram_code = 0101 */ #include "bct/sdram-unused.inc" /* ram_code = 0110 */ #include "bct/sdram-unused.inc" /* ram_code = 0111 */ -- cgit v1.2.3