summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorPeggy Chuang <PeggyChuang@ami.com.tw>2016-07-07 14:34:55 +0800
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2016-07-14 01:14:27 +0000
commit8c004989958449cfef9916579d710f3a0febe13f (patch)
tree6bcd845722900a86144fcc7f7cbf33a364b8b5f3 /util
parent1764b19741e01d99ed691331c83cf5388c07c68e (diff)
downloadchrome-ec-8c004989958449cfef9916579d710f3a0febe13f.tar.gz
Kefka: update LED brightness configuration
Modify kefka brightness color from YELLOW to AMBER. BUG=chrome-os-partner:53068 TEST=make buildall -j BRANCH=firmware-strago-7287.B Signed-off-by: Peggy Chuang <peggychuang@ami.com.tw> Change-Id: I3c816d375c531afcf47a1cb7fdc7e1ee3b0d7120 Reviewed-on: https://chromium-review.googlesource.com/358760 Reviewed-by: Shawn N <shawnn@chromium.org> Commit-Queue: Peggy Chuang <PeggyChuang@ami.com.tw> Tested-by: Peggy Chuang <PeggyChuang@ami.com.tw>
Diffstat (limited to 'util')
-rw-r--r--util/ectool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ectool.c b/util/ectool.c
index f167902915..76d5c0f7b6 100644
--- a/util/ectool.c
+++ b/util/ectool.c
@@ -221,7 +221,7 @@ static const char * const image_names[] = {"unknown", "RO", "RW"};
/* Note: depends on enum ec_led_colors */
static const char * const led_color_names[EC_LED_COLOR_COUNT] = {
- "red", "green", "blue", "yellow", "white"};
+ "red", "green", "blue", "yellow", "white", "amber"};
/* Note: depends on enum ec_led_id */
static const char * const led_names[EC_LED_ID_COUNT] = {