summaryrefslogtreecommitdiff
path: root/util/flash_ec
diff options
context:
space:
mode:
Diffstat (limited to 'util/flash_ec')
-rwxr-xr-xutil/flash_ec7
1 files changed, 7 insertions, 0 deletions
diff --git a/util/flash_ec b/util/flash_ec
index 9b55da1ad8..0e687041bf 100755
--- a/util/flash_ec
+++ b/util/flash_ec
@@ -123,6 +123,9 @@ BOARDS_NPCX_7M7X_JTAG=(
BOARDS_NPCX_SPI=(
)
+BOARDS_NPCX_INT_SPI=(
+)
+
BOARDS_SPI_1800MV=(
coral
reef
@@ -308,6 +311,10 @@ if $(in_array "${BOARDS_NPCX_SPI[@]}" "${BOARD}"); then
SUPPORTED_CHIPS+=("npcx_spi")
fi
+if $(in_array "${BOARDS_NPCX_INT_SPI[@]}" "${BOARD}"); then
+ SUPPORTED_CHIPS+=("npcx_int_spi")
+fi
+
if $(in_array "${BOARDS_IT83XX[@]}" "${BOARD}"); then
SUPPORTED_CHIPS+=("it83xx")
fi