summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-04-06 20:39:20 +0700
committerhathach <[email protected]>2020-04-06 20:39:20 +0700
commita344427e3f27b04744778241f235262b42a8d003 (patch)
treeccdfd60219b288577b28cead9426a0c541c6623c /hw
parent9d26666c9177653be431b02f5262405ee39f3f59 (diff)
fix CROSS_COMPILE for esp32s2
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/esp32s2_saola/board.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/esp32s2_saola/board.mk b/hw/bsp/esp32s2_saola/board.mk
index 92ca884c4..167ef6226 100644
--- a/hw/bsp/esp32s2_saola/board.mk
+++ b/hw/bsp/esp32s2_saola/board.mk
@@ -1,2 +1,2 @@
# Cross Compiler for ESP32
-CROSS_COMPILE = xtensa-esp32-elf-
+CROSS_COMPILE = xtensa-esp32s2-elf-