summaryrefslogtreecommitdiff
path: root/board/fluffy
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2022-06-17 09:01:58 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-21 18:47:30 +0000
commit74047bd2d19977c1cd0579dd60449f92bd21e78d (patch)
tree2a0c14e0ade318f920c4235c5aa06a15388159da /board/fluffy
parent7836f608e55ad0c6da22ac11edcc0f2a9d523bb2 (diff)
downloadchrome-ec-74047bd2d19977c1cd0579dd60449f92bd21e78d.tar.gz
board/fluffy: Remove CROSS_COMPILE from makefile
The CROSS_COMPILE variable is set in core/cortex-m0/build.mk so it's unnecessary to set it again here. BRANCH=none BUG=b:234181908, b:234181908 TEST=./util/compare_build.sh -b all -j 120 => MATCH Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: I5139b163fbee33a00c6da08461cce2c1fbfcd84b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3712188 Reviewed-by: Ting Shen <phoenixshen@chromium.org>
Diffstat (limited to 'board/fluffy')
-rw-r--r--board/fluffy/build.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/fluffy/build.mk b/board/fluffy/build.mk
index b6761a4692..63010ac889 100644
--- a/board/fluffy/build.mk
+++ b/board/fluffy/build.mk
@@ -10,9 +10,4 @@ CHIP:=stm32
CHIP_FAMILY:=stm32f0
CHIP_VARIANT:=stm32f07x
-# Use coreboot-sdk
-$(call set-option,CROSS_COMPILE_arm,\
- $(CROSS_COMPILE_coreboot_sdk_arm),\
- /opt/coreboot-sdk/bin/arm-eabi-)
-
board-y=board.o