rush: update 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. Change-Id: I39d560307261fdfc34e071f5c35a4397c134e03c Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/205435 Reviewed-by: Tom Warren <twarren@nvidia.com> Reviewed-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
0e3500d983
commit
14916b3ba5
2 changed files with 2 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue