diff options
author | Aaron Durbin <adurbin@chromium.org> | 2014-06-24 14:22:36 -0500 |
---|---|---|
committer | Marc Jones <marc.jones@se-eng.com> | 2015-02-25 20:08:23 +0100 |
commit | a63da6f97e54f102f068c19befbd6072c13a00f7 (patch) | |
tree | 8d1508b70bd210648fb20cd5e0e64f00cbd639ee /src | |
parent | 26a8747ccaa1bf799cfb03c8ccaaf4205196f108 (diff) |
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 <adurbin@chromium.org>
Original-Reviewed-on: https://chromium-review.googlesource.com/205435
Original-Reviewed-by: Tom Warren <twarren@nvidia.com>
Original-Reviewed-by: Furquan Shaikh <furquan@chromium.org>
(cherry picked from commit 14916b3ba5545ab2cb35b6a4a7fa231b895ede46)
Signed-off-by: Marc Jones <marc.jones@se-eng.com>
Change-Id: I785069d3eb82ed24bafd52ef627d53505a35c09a
Reviewed-on: http://review.coreboot.org/8467
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/rush/bct/emmc.cfg | 2 | ||||
-rw-r--r-- | src/mainboard/google/rush/bct/spi.cfg | 4 |
2 files changed, 2 insertions, 4 deletions
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; |