diff options
author | Palmer Dabbelt <palmer@dabbelt.com> | 2017-06-13 14:55:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-13 14:55:57 -0700 |
commit | decb0968a3f12ae29def0b391f5386f26f4ba280 (patch) | |
tree | fbde03738c44f67c060a6bac95be1e058936b2c9 | |
parent | 01cc10090feba7d9a9e3183744292e1198ebbbc0 (diff) | |
parent | d1a1bb8d52b98140f30f940e40c45a2c0c856a20 (diff) |
Merge pull request #62 from edwardcwang/master
Dead script
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |