From a63da6f97e54f102f068c19befbd6072c13a00f7 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Tue, 24 Jun 2014 14:22:36 -0500 Subject: rush: Correct version field to match t132 The version field for t132 cpus is 0x00130001. Update it to the correct version. BUG=chrome-os-partner:29882 BRANCH=None TEST=Built and was able to see serial with subsequent changes. Original-Change-Id: I39d560307261fdfc34e071f5c35a4397c134e03c Original-Signed-off-by: Aaron Durbin Original-Reviewed-on: https://chromium-review.googlesource.com/205435 Original-Reviewed-by: Tom Warren Original-Reviewed-by: Furquan Shaikh (cherry picked from commit 14916b3ba5545ab2cb35b6a4a7fa231b895ede46) Signed-off-by: Marc Jones Change-Id: I785069d3eb82ed24bafd52ef627d53505a35c09a Reviewed-on: http://review.coreboot.org/8467 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/google/rush/bct/emmc.cfg | 2 +- src/mainboard/google/rush/bct/spi.cfg | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/mainboard/google/rush/bct/emmc.cfg b/src/mainboard/google/rush/bct/emmc.cfg index be8f79fd07..430ffd6d4b 100644 --- a/src/mainboard/google/rush/bct/emmc.cfg +++ b/src/mainboard/google/rush/bct/emmc.cfg @@ -1,7 +1,7 @@ # Copyright (c) 2013 The Chromium OS Authors. All rights reserved. # Distributed under the terms of the GNU General Public License v2 -Version = 0x00350001; +Version = 0x00130001; BlockSize = 0x00004000; PageSize = 0x00000200; PartitionSize = 0x01000000; diff --git a/src/mainboard/google/rush/bct/spi.cfg b/src/mainboard/google/rush/bct/spi.cfg index 7d05363446..a5ded0bd68 100644 --- a/src/mainboard/google/rush/bct/spi.cfg +++ b/src/mainboard/google/rush/bct/spi.cfg @@ -1,13 +1,11 @@ # Copyright (c) 2013 The Chromium OS Authors. All rights reserved. # Distributed under the terms of the GNU General Public License v2 -Version = 0x00350001; +Version = 0x00130001; BlockSize = 32768; PageSize = 2048; PartitionSize = 4194304; -Bctcopy = 1; - DevType[0] = NvBootDevType_Spi; DeviceParam[0].SpiFlashParams.ReadCommandTypeFast = NV_FALSE; DeviceParam[0].SpiFlashParams.ClockDivider = 0x16; -- cgit v1.2.3