summaryrefslogtreecommitdiff
path: root/core/riscv-rv32i/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'core/riscv-rv32i/build.mk')
-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-)