From 014ed9cdd9ebcea19de0873b764aa3f97b381983 Mon Sep 17 00:00:00 2001 From: Bob Moragues Date: Wed, 28 Nov 2018 14:17:04 -0800 Subject: meowth: remove meowth/zoombini overlays and repositories BRANCH=none BUG=b:118494679 TEST=Verify PreCQ build Signed-off-by: Bob Moragues Change-Id: Id6889d922a2b4d812cc92ddbb35b2581d881459d Reviewed-on: https://chromium-review.googlesource.com/1354316 Commit-Ready: Bob Moragues Tested-by: Bob Moragues Reviewed-by: Aseda Aboagye --- util/flash_ec | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'util/flash_ec') diff --git a/util/flash_ec b/util/flash_ec index 1803a523ae..72de0f6306 100755 --- a/util/flash_ec +++ b/util/flash_ec @@ -71,7 +71,6 @@ BOARDS_STM32=( jerry kitty kukui - meowth_fp minimuffin nami_fp nocturne_fp @@ -140,11 +139,9 @@ BOARDS_NPCX_INT_SPI=( fleex grunt meep - meowth nocturne phaser yorp - zoombini ) BOARDS_NPCX_UUT=( @@ -643,7 +640,7 @@ case "${BOARD}" in chocodile_bec ) MCU="usbpd" ;; oak_pd|samus_pd|strago_pd ) MCU="usbpd" ;; chell_pd|glados_pd ) MCU="usbpd" ;; - meowth_fp|nami_fp|nocturne_fp ) MCU="usbpd" ;; + nami_fp|nocturne_fp ) MCU="usbpd" ;; dingdong|hoho|twinkie ) DUT_CONTROL_CMD="true" ; MCU="ec" ;; *) MCU="ec" ;; esac @@ -833,14 +830,6 @@ function flash_flashrom() { # Servo micro doesn't support this control. dut_control spi1_buf_on_flex_en:on fi - - # b/65694390: Zoombini and Meowth take enough power that when - # flashing without power, the SPI Vref voltage dips for a little - # bit. Therefore, wait 1 second to let the voltage stabilize. - if [[ "${BOARD}" == "zoombini" || \ - "${BOARD}" == "meowth" ]]; then - sleep 1 - fi else if [ $board_is_npcx_internal_spi -eq 0 ]; then # Set GP_SEL# as low then start ec -- cgit v1.2.1