summaryrefslogtreecommitdiff
path: root/chip/stm32/config_chip.h
diff options
context:
space:
mode:
authorCraig Hesling <hesling@chromium.org>2020-03-18 14:47:18 -0700
committerCommit Bot <commit-bot@chromium.org>2020-03-24 21:05:23 +0000
commitff896db8208e2b670f0d1e6b2c510593c4f78191 (patch)
tree0167ca92a2e2b190f5a51a761c84c73cc2fe81c1 /chip/stm32/config_chip.h
parent3c1a1c1ae009aac90e1234c2d73675aae39fe86d (diff)
downloadchrome-ec-ff896db8208e2b670f0d1e6b2c510593c4f78191.tar.gz
stm32f412: Fix chip config Flash and RAM sizes
We are already using the stm32f446 config for many F4 based chips. Let's actually make this more clear and un-hack our hatch_fp board.h. This present no functional change. BRANCH=none BUG=none TEST=./util/compare_builds.sh -b "hatch_fp sweetberry" Signed-off-by: Craig Hesling <hesling@chromium.org> Change-Id: I6b46e696686ad740833dc889c1db5d7bac84a768 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2109244 Reviewed-by: Jett Rink <jettrink@chromium.org> Reviewed-by: Tom Hughes <tomhughes@chromium.org>
Diffstat (limited to 'chip/stm32/config_chip.h')
-rw-r--r--chip/stm32/config_chip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/stm32/config_chip.h b/chip/stm32/config_chip.h
index 44b374da3a..0c38038b6f 100644
--- a/chip/stm32/config_chip.h
+++ b/chip/stm32/config_chip.h
@@ -42,7 +42,7 @@
#include "config-stm32f76x.h"
#elif defined(CHIP_FAMILY_STM32F4)
/* STM32F4 family */
-#include "config-stm32f446.h"
+#include "config-stm32f4.h"
#elif defined(CHIP_VARIANT_STM32F373)
#include "config-stm32f373.h"
#elif defined(CHIP_VARIANT_STM32F09X)