summaryrefslogtreecommitdiff
path: root/chip
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@chromium.org>2015-05-28 11:48:58 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-06-18 17:31:04 +0000
commit19cd951027b7bd7b726e085c46b8cc9c136b0980 (patch)
tree84a70a023d36d61d91982189a81569532af6dc77 /chip
parentca5ecf18e4f67c594f9db699bf36a082b5241f62 (diff)
downloadchrome-ec-19cd951027b7bd7b726e085c46b8cc9c136b0980.tar.gz
flash_ec: remove unused USB and unprotect options
There is no need for the usb flag, remove it. There is no need for the unprotect flag, remove it. BRANCH=none BUG=chrome-os-partner:22990 TEST=run flash_ec before and after Change-Id: I201bad7f5be63a90bb8168e21baef2c6fa8d85b4 Signed-off-by: Myles Watson <mylesgw@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/273904 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'chip')
-rw-r--r--chip/lm4/openocd/samus.cfg15
1 files changed, 0 insertions, 15 deletions
diff --git a/chip/lm4/openocd/samus.cfg b/chip/lm4/openocd/samus.cfg
deleted file mode 100644
index e7a6edcda9..0000000000
--- a/chip/lm4/openocd/samus.cfg
+++ /dev/null
@@ -1,15 +0,0 @@
-telnet_port 4444
-gdb_port 3333
-gdb_memory_map enable
-gdb_flash_program enable
-
-interface ftdi
-ftdi_vid_pid 0x18d1 0x500d
-ftdi_layout_init 0x0c08 0x0f1b
-ftdi_layout_signal nTRST -data 0x0100 -noe 0x0400
-ftdi_layout_signal nSRST -data 0x0200 -noe 0x0800
-
-source [find target/stellaris.cfg]
-source [find lm4x_cmds.tcl]
-
-adapter_khz 50