summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2020-08-31 14:54:53 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2020-08-31 14:54:53 +0200
commit30964f70eaf85f7450cdaa2f768367f5f3bf9466 (patch)
tree5ecc68ae5c0575a934ee121bb75f94a1f1c62d44
parentd69e9736b81a23d4dae27bb2c2f9c6a73604f3d2 (diff)
esp8266: use qio by default
-rw-r--r--src/arch/esp8266/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/esp8266/Makefile.inc b/src/arch/esp8266/Makefile.inc
index 44a3cd7..ecb5a7d 100644
--- a/src/arch/esp8266/Makefile.inc
+++ b/src/arch/esp8266/Makefile.inc
@@ -84,7 +84,7 @@ build/0x40000.bin: build/0x00000.bin
# also created by commandline for 0x00000.bin
program: build/0x00000.bin build/0x40000.bin
- ${ESPTOOL} -p ${SERIAL_PORT} write_flash 0x00000 build/0x00000.bin 0x40000 build/0x40000.bin -fm dout
+ ${ESPTOOL} -p ${SERIAL_PORT} write_flash 0x00000 build/0x00000.bin 0x40000 build/0x40000.bin #-fm dout
arch_clean:
rm -f ${OBJECTS}