summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2017-06-13 14:55:57 -0700
committerGitHub <noreply@github.com>2017-06-13 14:55:57 -0700
commitdecb0968a3f12ae29def0b391f5386f26f4ba280 (patch)
treefbde03738c44f67c060a6bac95be1e058936b2c9 /Makefile
parent01cc10090feba7d9a9e3183744292e1198ebbbc0 (diff)
parentd1a1bb8d52b98140f30f940e40c45a2c0c856a20 (diff)
Merge pull request #62 from edwardcwang/master
Dead script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 97a37f9..eedb007 100644
--- a/Makefile
+++ b/Makefile
@@ -203,7 +203,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)