From 27792db4a90ae00e066bb0b88968cf5f187edb1d Mon Sep 17 00:00:00 2001 From: Neil Chen Date: Thu, 27 Mar 2014 00:38:17 +0800 Subject: [PATCH] blaze: set 8 default BCT as hynix-2GB-204MHz To set the 8 different BCT as hynix-2GB-204 first. Once the corresponding BCT release from AE, change it. BRANCH=none BUG=None TEST=emerge-nyan_blaze coreboot builds OK Signed-off-by: Neil Chen Change-Id: Ia42a4a5b85c561421ab8ae9aaf21c46a3c0a3513 Reviewed-on: https://chromium-review.googlesource.com/191682 Tested-by: Neil Chen Reviewed-by: Artiste Hsu Reviewed-by: Katie Roberts-Hoffman Commit-Queue: Neil Chen --- .../google/nyan_blaze/sdram_configs.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/mainboard/google/nyan_blaze/sdram_configs.c b/src/mainboard/google/nyan_blaze/sdram_configs.c index aca57cfb52..c5a8082d3d 100644 --- a/src/mainboard/google/nyan_blaze/sdram_configs.c +++ b/src/mainboard/google/nyan_blaze/sdram_configs.c @@ -22,18 +22,18 @@ #include "sdram_configs.h" static struct sdram_params sdram_configs[] = { -#include "bct/sdram-unused.inc" /* ram_code = 0000 */ -#include "bct/sdram-hynix-2GB-792.inc" /* ram_code = 0001 */ -#include "bct/sdram-unused.inc" /* ram_code = 0010 */ -#include "bct/sdram-unused.inc" /* ram_code = 0011 */ -#include "bct/sdram-hynix-4GB-792.inc" /* ram_code = 0100 */ +#include "bct/sdram-hynix-2GB-204.inc" /* ram_code = 0000 */ +#include "bct/sdram-hynix-2GB-204.inc" /* ram_code = 0001 */ +#include "bct/sdram-hynix-2GB-204.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 */ #include "bct/sdram-unused.inc" /* ram_code = 0110 */ #include "bct/sdram-unused.inc" /* ram_code = 0111 */ -#include "bct/sdram-unused.inc" /* ram_code = 1000 */ -#include "bct/sdram-unused.inc" /* ram_code = 1001 */ -#include "bct/sdram-unused.inc" /* ram_code = 1010 */ -#include "bct/sdram-unused.inc" /* ram_code = 1011 */ +#include "bct/sdram-hynix-2GB-204.inc" /* ram_code = 1000 */ +#include "bct/sdram-hynix-2GB-204.inc" /* ram_code = 1001 */ +#include "bct/sdram-hynix-2GB-204.inc" /* ram_code = 1010 */ +#include "bct/sdram-hynix-2GB-204.inc" /* ram_code = 1011 */ #include "bct/sdram-unused.inc" /* ram_code = 1100 */ #include "bct/sdram-unused.inc" /* ram_code = 1101 */ #include "bct/sdram-unused.inc" /* ram_code = 1110 */