summaryrefslogtreecommitdiff
path: root/util/openocd
diff options
context:
space:
mode:
authorCHLin <CHLIN56@nuvoton.com>2017-07-19 14:34:16 +0800
committerchrome-bot <chrome-bot@chromium.org>2017-07-22 11:45:00 -0700
commit51d0fbb56c499b392eea8d61564d8b50c4924f9b (patch)
tree30277db8b2b5a186a1f3809892c44941b421fbd5 /util/openocd
parent15819d06c89ac7c2c245b3d0eea3f2f4116aaaf7 (diff)
downloadchrome-ec-51d0fbb56c499b392eea8d61564d8b50c4924f9b.tar.gz
util/openocd: change the _CHIPNAME of npcx ec to a generic name
The original _CHIPNAME for npcx ec in the openocd configuration file is npcx5m5g. As we introduce more npcx ec SKUs, it is not appropriate to keep using this name. This CL modifies the _CHIPNAME to a generic name(npcx_ec). BRANCH=none BUG=none TEST=./util/flash_ec --board=npcx7_evb; check the openocd log and make sure the _CHIPNAME is npcx_ec now. Signed-off-by: CHLin <CHLIN56@nuvoton.com> Change-Id: I49d298de1e43ac29f3e5535702595ee27225ac23 Signed-off-by: CHLin <CHLIN56@nuvoton.com> Reviewed-on: https://chromium-review.googlesource.com/576604 Commit-Ready: Jun Lin <riverq@gmail.com> Tested-by: Jun Lin <riverq@gmail.com> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'util/openocd')
-rw-r--r--util/openocd/npcx.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/openocd/npcx.cfg b/util/openocd/npcx.cfg
index b32f62b363..05116085a5 100644
--- a/util/openocd/npcx.cfg
+++ b/util/openocd/npcx.cfg
@@ -10,7 +10,7 @@ source [find target/swj-dp.tcl]
if { [info exists CHIPNAME] } {
set _CHIPNAME $CHIPNAME
} else {
- set _CHIPNAME npcx5m5g
+ set _CHIPNAME npcx_ec
}
if { [info exists ENDIAN] } {