diff options
author | Vijay Hiremath <vijay.p.hiremath@intel.com> | 2021-08-17 18:00:56 -0700 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2021-08-18 03:56:23 +0000 |
commit | c4d9b9c91342c15c2bb707fd822b2d7a3f730854 (patch) | |
tree | 8d9cd7728917d33e4da9ec67af4db3fe84645b24 /util/flash_ec | |
parent | 771985c46cc19e85f18e129deee58886dcca5c52 (diff) | |
download | chrome-ec-c4d9b9c91342c15c2bb707fd822b2d7a3f730854.tar.gz |
flash_ec: Add adlrvpp_npcx to NPCX internal SPI array
ADLRVP does not have standard overlays to program EC hence
added adlrvpp_npcx board to NPCX internal SPI array.
BUG=b:196998258
BRANCH=none
TEST=Below command flashes NPCX MECC on ADLRVP
./util/flash_ec --board=adlrvpp_npcx
Change-Id: I132aa21a0bed533c61cc8f2edf159c95774cad0b
Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3102298
Reviewed-by: caveh jalali <caveh@chromium.org>
Diffstat (limited to 'util/flash_ec')
-rwxr-xr-x | util/flash_ec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/flash_ec b/util/flash_ec index 0e687041bf..1368c2e79a 100755 --- a/util/flash_ec +++ b/util/flash_ec @@ -124,6 +124,7 @@ BOARDS_NPCX_SPI=( ) BOARDS_NPCX_INT_SPI=( + adlrvpp_npcx ) BOARDS_SPI_1800MV=( |