diff options
-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; |