aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/nyan_blaze/sdram_configs.c
diff options
context:
space:
mode:
authorKen Chang <kenc@nvidia.com>2014-04-30 17:04:04 +0800
committerMarc Jones <marc.jones@se-eng.com>2014-12-26 19:39:33 +0100
commitc3101a09639062702707269cc59972d3f29c0652 (patch)
tree44a6e4c336a474436d3faf686fff399f66fcce94 /src/mainboard/google/nyan_blaze/sdram_configs.c
parentbb932c56f0ba7890697fe2666cc63d2a215d95f1 (diff)
blaze: change ramcode 0000 to use 792MHz bct
The original sdram-hynix-2GB-792.inc was just copied from nyan bct file. This change updates the cfg file for Hynix 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: I9534b4df6d35193179de124309df12ed830098a0 Original-Signed-off-by: Ken Chang <kenc@nvidia.com> Original-Reviewed-on: https://chromium-review.googlesource.com/197660 Original-Reviewed-by: Tom Warren <twarren@nvidia.com> Original-Reviewed-by: Hung-Te Lin <hungte@chromium.org> (cherry picked from commit 797dabe54f2679bb5717961dda1947df453eb0f1) Signed-off-by: Marc Jones <marc.jones@se-eng.com> Change-Id: Ie67bedb29d5d9c3a3b58d949ddf9600716c385ec Reviewed-on: http://review.coreboot.org/7898 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks <dhendrix@chromium.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 a941081657..d9c1bfee94 100644
--- a/src/mainboard/google/nyan_blaze/sdram_configs.c
+++ b/src/mainboard/google/nyan_blaze/sdram_configs.c
@@ -22,7 +22,7 @@
#include "sdram_configs.h"
static struct sdram_params sdram_configs[] = {
-#include "bct/sdram-hynix-2GB-204.inc" /* ram_code = 0000 */
+#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-hynix-2GB-204.inc" /* ram_code = 0011 */