diff options
author | Edward Wang <edward.c.wang@compdigitec.com> | 2017-06-01 14:46:25 -0700 |
---|---|---|
committer | Edward Wang <edward.c.wang@compdigitec.com> | 2017-06-01 14:46:25 -0700 |
commit | d1a1bb8d52b98140f30f940e40c45a2c0c856a20 (patch) | |
tree | 8076d2737629fc9f83ed042fbe525746af6a7193 /Makefile | |
parent | b7436b281e0f20fdc5f9e538176b439b578315f8 (diff) |
Dead script
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -202,7 +202,6 @@ dasm: software $(RISCV_OBJDUMP) ############################################################# # This Section is for uploading a program to SPI Flash ############################################################# -OPENOCD_UPLOAD = bsp/tools/openocd_upload.sh OPENOCDCFG ?= bsp/env/$(BOARD)/openocd.cfg OPENOCDARGS += -f $(OPENOCDCFG) |