summaryrefslogtreecommitdiff
path: root/board/cr50/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/build.mk')
-rw-r--r--board/cr50/build.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/board/cr50/build.mk b/board/cr50/build.mk
index 3efe034b4e..f644a2c892 100644
--- a/board/cr50/build.mk
+++ b/board/cr50/build.mk
@@ -11,7 +11,8 @@ CHIP_FAMILY:=cr50
CHIP_VARIANT ?= cr50_fpga
# Additional / overriding warnings for common rules and chip
-CFLAGS_BOARD :=-Warray-parameter -Wstringop-overread
+# (TODO) enable after https://crrev.com/c/3198155
+# CFLAGS_BOARD :=-Warray-parameter -Wstringop-overread
# This file is included twice by the Makefile, once to determine the CHIP info
# and then again after defining all the CONFIG_ and HAS_TASK variables. We use