summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorDino Li <Dino.Li@ite.com.tw>2019-06-12 10:15:03 +0800
committerCommit Bot <commit-bot@chromium.org>2019-06-14 04:56:34 +0000
commita16b9b13c580175e7c29d8d9ddfbab3e859d156e (patch)
treedf940ffb3542ac1c4c0bc7496cef705dd0417bb1 /core
parent5b77568bc9fc72a74debe2fdc058db060ff5fd1a (diff)
downloadchrome-ec-a16b9b13c580175e7c29d8d9ddfbab3e859d156e.tar.gz
core/riscv-rv32i: remove TODO from build.mk
We are able to build EC image with coreboot-sdk, so remove the TODO. BUG=b:133639441 BRANCH=none TEST=build board it83xx_evb with RISC-V core. Change-Id: I21d5aa4735f38debb180277ac1acd9f7284298d1 Signed-off-by: Dino Li <Dino.Li@ite.com.tw> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1655218 Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'core')
-rw-r--r--core/riscv-rv32i/build.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/riscv-rv32i/build.mk b/core/riscv-rv32i/build.mk
index 044678ab33..5515eb79b0 100644
--- a/core/riscv-rv32i/build.mk
+++ b/core/riscv-rv32i/build.mk
@@ -6,10 +6,6 @@
# RISC-V core OS files build
#
-# TODO(b/133639441): Toolchain need to support 32-bit architecture or we
-# will get the following error message:
-# ABI is incompatible with that of the selected emulation:
-# target emulation `elf64-littleriscv' does not match `elf32-littleriscv'
# Select RISC-V bare-metal toolchain
$(call set-option,CROSS_COMPILE,$(CROSS_COMPILE_riscv),\
/opt/coreboot-sdk/bin/riscv64-elf-)