aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/nyan_blaze/sdram_configs.c
diff options
context:
space:
mode:
authorNeil Chen <neilc@nvidia.com>2014-04-17 21:30:03 +0800
committerMarc Jones <marc.jones@se-eng.com>2014-12-16 23:31:29 +0100
commitb4983c4a0a3f47697c175a780b979de4ed5cb7b6 (patch)
tree6d76d019c170a22029049fc9f780db5ddde69fa4 /src/mainboard/google/nyan_blaze/sdram_configs.c
parent0cbba8288fa169a74b5ab22f468ad8cfda3a7ac4 (diff)
blaze: Change samsung RAMCODE to samsung-2GB-204/samsung-4GB-204
hynix-2GB-204MHz/hynix-4GB-204MHz are not workable with Samsung RAMCODE. To replace them by samsung-2GB-204/samsung-4GB-204 for bring up purpose. BRANCH=none BUG=chrome-os-partner:27682 TEST=emerge-nyan_blaze coreboot builds OK; flash to blaze board and boot to kernel successfully with all the RAMCODE Original-Change-Id: I7c2a96e84e6988dd739a9621ff93edc01703306a Original-Signed-off-by: Neil Chen <neilc@nvidia.com> Original-Reviewed-on: https://chromium-review.googlesource.com/195396 Original-Reviewed-by: Hung-Te Lin <hungte@chromium.org> Original-Reviewed-by: Katie Roberts-Hoffman <katierh@chromium.org> (cherry picked from commit dc028c408be58f036fe125abc2e49e2c0cde0aa8) Signed-off-by: Marc Jones <marc.jones@se-eng.com> Change-Id: Ieeb0250e42fb48c6089bc8dc95550c9b1694d7f8 Reviewed-on: http://review.coreboot.org/7772 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/google/nyan_blaze/sdram_configs.c')
-rw-r--r--src/mainboard/google/nyan_blaze/sdram_configs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/nyan_blaze/sdram_configs.c b/src/mainboard/google/nyan_blaze/sdram_configs.c
index d369d17d59..a941081657 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-792.inc" /* ram_code = 0010 */
+#include "bct/sdram-samsung-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 */
@@ -32,7 +32,7 @@ static struct sdram_params sdram_configs[] = {
#include "bct/sdram-unused.inc" /* ram_code = 0111 */
#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-samsung-4GB-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 */