summaryrefslogtreecommitdiff
path: root/util/iteflash.c
diff options
context:
space:
mode:
authorEvan Green <evgreen@chromium.org>2019-03-25 10:51:16 -0700
committerchrome-bot <chrome-bot@chromium.org>2019-04-02 02:44:55 -0700
commit049db3d36f15a3e3037c9e9a5fcea59d0c762ef8 (patch)
tree3ebfd6ae6edb7c95ad0f275912c85d8a7aa28fda /util/iteflash.c
parentaab7a81e55ba410152229d4b54f816c7460d5ec0 (diff)
downloadchrome-ec-049db3d36f15a3e3037c9e9a5fcea59d0c762ef8.tar.gz
bip: Delete board
bip has an it8320bx with 256kB of flash space. After dividing by two and subtracting 0x800, this means the RO section of bip is 126kB. This is very tight. We've already removed a few commands to free up space, but this board hasn't been worked on since summer 2018. Delete it to avoid excessive maintenance burden. BUG=b:129283539 BRANCH=none TEST=make -j buildall CQ-DEPEND=CL:1538819,CL:*1086038 Signed-off-by: Evan Green <evgreen@chromium.org> Change-Id: Iac903397dd653c8e012c8b3956807ba1bacf681e Reviewed-on: https://chromium-review.googlesource.com/1536490 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-by: Karthikeyan Ramasubramanian <kramasub@chromium.org> Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'util/iteflash.c')
-rw-r--r--util/iteflash.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/iteflash.c b/util/iteflash.c
index d96464ccda..480756e71e 100644
--- a/util/iteflash.c
+++ b/util/iteflash.c
@@ -1713,9 +1713,9 @@ static const struct i2c_interface linux_i2c_interface = {
* can be increased to match FTDI_BLOCK_WRITE_SIZE would be a useful
* speedup.
*
- * While 254 bytes works with Bip, it causes corruption with Ampton
- * (using any kind of servo). 128 bytes is the largest block_write_size
- * compatible with both Ampton and Servo Micro.
+ * 254 byte block sizes cause corruption with Ampton (using any kind of
+ * servo). 128 bytes is the largest block_write_size compatible with
+ * both Ampton and Servo Micro.
*
* See https://issuetracker.google.com/79684405 for background.
*/