summaryrefslogtreecommitdiff
path: root/board/stm32l476g-eval/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/stm32l476g-eval/board.h')
-rw-r--r--board/stm32l476g-eval/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/stm32l476g-eval/board.h b/board/stm32l476g-eval/board.h
index 7d7616822b..3124779fd7 100644
--- a/board/stm32l476g-eval/board.h
+++ b/board/stm32l476g-eval/board.h
@@ -10,8 +10,8 @@
#ifdef CTS_MODULE
/* CTS tests are small. We can use smaller size to expedite flash time. */
-#undef CONFIG_FLASH_SIZE
-#define CONFIG_FLASH_SIZE 0x00040000 /* 256k */
+#undef CONFIG_FLASH_SIZE_BYTES
+#define CONFIG_FLASH_SIZE_BYTES 0x00040000 /* 256k */
#endif
/* Optional features */