diff options
author | Namyoon Woo <namyoon@chromium.org> | 2019-02-28 17:15:06 -0800 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2019-03-02 17:41:28 -0800 |
commit | 75663b5990b4a009c33c1ad668385c907b0b756b (patch) | |
tree | cfa0ffc6b1015232790f48e98a913b733c3ef930 | |
parent | aef2f9d7910ce9309340993be1b22331bedc4bd8 (diff) | |
download | chrome-ec-75663b5990b4a009c33c1ad668385c907b0b756b.tar.gz |
flash_ec: remove some boards from BOARDS_NPCX_SPI
Servod already knows ec_chip of coral, eve, fizz, lux, nami,
nautilus, poppy, rammus, reef and soraka is 'npcx_spi'.
CQ-DEPEND=CL:1493037
BUG=b:125837387
BRANCH=none
TEST=manually
ran flash_ec on coral with servo_v2, servo_micro and suzy_Q.
$ ./util/flash_ec --board=coral --image ${IMG}
ran flash_ec on soraka with suzy_Q.
$ ./util/flash_ec --board=soraka --image ${IMG}
Change-Id: Iade21152d37c520ea4ab2053675a203e987d7ffb
Signed-off-by: Namyoon Woo <namyoon@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/1496197
Reviewed-by: Wai-Hong Tam <waihong@google.com>
-rwxr-xr-x | util/flash_ec | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/util/flash_ec b/util/flash_ec index 7e761d78e1..3e4b7283f0 100755 --- a/util/flash_ec +++ b/util/flash_ec @@ -125,17 +125,7 @@ BOARDS_NPCX_7M7X_JTAG=( ) BOARDS_NPCX_SPI=( - coral - eve - fizz glkrvp - lux - nami - nautilus - poppy - rammus - reef - soraka ) BOARDS_NPCX_INT_SPI=( |