aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/nyan_blaze/sdram_configs.c
diff options
context:
space:
mode:
authorNeil Chen <neilc@nvidia.com>2014-04-09 10:52:45 +0800
committerMarc Jones <marc.jones@se-eng.com>2014-12-15 20:12:02 +0100
commit1e68fc5c70b83357b30f45107170811dd8ed03a6 (patch)
treeb3ea9a04c4179b53aa6e7364d8f22138618f07bd /src/mainboard/google/nyan_blaze/sdram_configs.c
parent83cbeda88dbfdd9717cf8124cc863abffb5f516b (diff)
blaze: Change RAMCODE 0010 to hynix-2GB-792MHz
RAM module for RAMCODE 0010 (K4B4G1646Q) does not work with hynix-2GB-204MHz configuration. We need to replace it by hynix-2GB-792MHz. Also updated hynix-2GB-792MHz configuration from Nyan board folder. This commit is only for bring up stage. Once finish dram stress test, will update it again. BRANCH=none BUG=chrome-os-partner:27682 TEST=emerge-nyan_blaze coreboot builds OK; flash to blaze board and boot to kernel successfully Original-Change-Id: Idfc503c944ac6120c92a4cf329f3fbe63b2c2a1c Original-Signed-off-by: Neil Chen <neilc@nvidia.com> Original-Reviewed-on: https://chromium-review.googlesource.com/193737 Original-Reviewed-by: Hung-Te Lin <hungte@chromium.org> (cherry picked from commit 91f21aa0cf9251b825e42d946d8cd41849c57447) Signed-off-by: Marc Jones <marc.jones@se-eng.com> Change-Id: I6293fa638c5b2577e502ba34a3cc6e6d5b7f2fdb Reviewed-on: http://review.coreboot.org/7742 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/google/nyan_blaze/sdram_configs.c')
-rw-r--r--src/mainboard/google/nyan_blaze/sdram_configs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/nyan_blaze/sdram_configs.c b/src/mainboard/google/nyan_blaze/sdram_configs.c
index c5a8082d3d..d369d17d59 100644
--- a/src/mainboard/google/nyan_blaze/sdram_configs.c
+++ b/src/mainboard/google/nyan_blaze/sdram_configs.c
@@ -24,7 +24,7 @@
static struct sdram_params sdram_configs[] = {
#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-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 */