summaryrefslogtreecommitdiff
path: root/board/snow
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2012-08-30 14:00:48 -0700
committerGerrit <chrome-bot@google.com>2012-08-30 17:29:24 -0700
commit60d57a81623b1189231c83cd1b914d77b022f1ad (patch)
tree98bd2408a39b41ae22bcf73ebcecc62beaab3efb /board/snow
parent9d8f4c40be067b9dd18377beaf14bca72f0d8c1b (diff)
downloadchrome-ec-60d57a81623b1189231c83cd1b914d77b022f1ad.tar.gz
Snow must assert ENTERING_RW GPIO when jumping between images
BUG=chrome-os-partner:13439 BRANCH=snow TEST=manual 1. Ctrl+Refresh+Esc; should go to INSERT screen 2. Ctrl+D; should show TODEV (this confirms it's still possible to get into dev mode the right way) 3. From EC console, 'sysjump rw' 4. Ctrl+D; should NOT show TODEV (this confirms the bug is fixed) Change-Id: Ic4879cb0a7fc47527eac1a5a727f3225744ff880 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/31932
Diffstat (limited to 'board/snow')
-rw-r--r--board/snow/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/snow/board.h b/board/snow/board.h
index a98d3802cb..7c9edd3c46 100644
--- a/board/snow/board.h
+++ b/board/snow/board.h
@@ -96,7 +96,7 @@ enum gpio_signal {
GPIO_EN_PP3300, /* 3.3v rail enable */
GPIO_PMIC_PWRON_L, /* 5v rail ready */
GPIO_PMIC_RESET, /* Force hard reset of the pmic */
- GPIO_EC_ENTERING_RW, /* EC is R/W mode for the kbc mux */
+ GPIO_ENTERING_RW, /* EC is R/W mode for the kbc mux */
GPIO_CHARGER_EN,
GPIO_EC_INT,
GPIO_CODEC_INT, /* To audio codec (KB noise cancellation) */