From ef25dff82aad8d75cada88eff8fa09d2139dac20 Mon Sep 17 00:00:00 2001 From: Nick Sanders Date: Thu, 24 May 2018 15:28:39 -0700 Subject: servo_v4: use coreboot toolchain This defaults servo_v4 to use the more compact coreboot toolchain, as the flash is full. BUG=b:80261180 BRANCH=None TEST=still works Change-Id: Ifb970c4a22439e0c53420cfff2464a658331c799 Signed-off-by: Nick Sanders Reviewed-on: https://chromium-review.googlesource.com/1072745 Reviewed-by: Patrick Georgi --- board/servo_v4/build.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'board/servo_v4') diff --git a/board/servo_v4/build.mk b/board/servo_v4/build.mk index 6336bbfab6..6f757633f0 100644 --- a/board/servo_v4/build.mk +++ b/board/servo_v4/build.mk @@ -9,6 +9,8 @@ CHIP:=stm32 CHIP_FAMILY:=stm32f0 CHIP_VARIANT:=stm32f07x +$(call set-option,CROSS_COMPILE_arm,$(CROSS_COMPILE_arm),\ + /opt/coreboot-sdk/bin/arm-eabi-) # Not enough SRAM: Disable all tests test-list-y= -- cgit v1.2.1