From 75663b5990b4a009c33c1ad668385c907b0b756b Mon Sep 17 00:00:00 2001 From: Namyoon Woo Date: Thu, 28 Feb 2019 17:15:06 -0800 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/1496197 Reviewed-by: Wai-Hong Tam --- util/flash_ec | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'util/flash_ec') 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=( -- cgit v1.2.1