summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Collyer <scollyer@google.com>2020-09-17 05:46:14 -0700
committerCommit Bot <commit-bot@chromium.org>2020-09-29 01:53:55 +0000
commit99a916b75fe02a4d457f6e5e09fe7e6181003dc6 (patch)
tree49e90940a079bed0f349da4732bb2b422017733e
parentc536b8d03a72d03ee126ab56e5b032287c7f8f2e (diff)
downloadchrome-ec-99a916b75fe02a4d457f6e5e09fe7e6181003dc6.tar.gz
gingerbread: Correct chip family and variant
This CL replaces the placeholder chip family/variant with the correct version for the STM32G4. BUG=b:168616400 BRANCH=None TEST=make buidall Signed-off-by: Scott Collyer <scollyer@google.com> Change-Id: Id6e70d8048f7454302178dd8c6b47ba587b75a95 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2419495 Commit-Queue: Scott Collyer <scollyer@chromium.org> Tested-by: Scott Collyer <scollyer@chromium.org> Reviewed-by: Diana Z <dzigterman@chromium.org>
-rw-r--r--board/gingerbread/build.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/gingerbread/build.mk b/board/gingerbread/build.mk
index 1cb1533ebc..bd3691f95a 100644
--- a/board/gingerbread/build.mk
+++ b/board/gingerbread/build.mk
@@ -11,8 +11,8 @@ CHIP:=stm32
# variant is STM32G431x. Support for this chip is not yet in the Cros EC
# codebase. Currently, using a variant of the F family so the project will
# build properly.
-CHIP_FAMILY:=stm32f0
-CHIP_VARIANT:=stm32f09x
+CHIP_FAMILY:=stm32g4
+CHIP_VARIANT:=stm32g431xb
BASEBOARD:=honeybuns
board-y=board.o