summaryrefslogtreecommitdiff
path: root/chip/stm32/config-stm32l15x.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/config-stm32l15x.h')
-rw-r--r--chip/stm32/config-stm32l15x.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/chip/stm32/config-stm32l15x.h b/chip/stm32/config-stm32l15x.h
index eef90576d4..7d51ca1bda 100644
--- a/chip/stm32/config-stm32l15x.h
+++ b/chip/stm32/config-stm32l15x.h
@@ -11,12 +11,12 @@
#define CONFIG_FLASH_ERASE_SIZE 0x0100 /* erase bank size */
/*
- * TODO(rspangler): Technically we can write in word-mode (4 bytes at a time),
- * but that's really slow, and older host interfaces which can't ask about the
- * ideal size would then end up writing in that mode instead of the faster page
- * mode. So lie about the write size for now. Once all software (flashrom,
- * u-boot, ectool) which cares has been updated to know about ver.1 of
- * EC_CMD_GET_FLASH_INFO, we can remove this workaround.
+ * TODO(crosbug.com/p/23805): Technically we can write in word-mode (4 bytes at
+ * a time), but that's really slow, and older host interfaces which can't ask
+ * about the ideal size would then end up writing in that mode instead of the
+ * faster page mode. So lie about the write size for now. Once all software
+ * (flashrom, u-boot, ectool) which cares has been updated to know about ver.1
+ * of EC_CMD_GET_FLASH_INFO, we can remove this workaround.
*/
#define CONFIG_FLASH_WRITE_SIZE 0x0080