summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/ec_commands.h1
-rw-r--r--util/ectool.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index 2266f07971..950a29f0ed 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -1174,6 +1174,7 @@ enum ec_led_colors {
EC_LED_COLOR_BLUE,
EC_LED_COLOR_YELLOW,
EC_LED_COLOR_WHITE,
+ EC_LED_COLOR_ORANGE,
EC_LED_COLOR_COUNT
};
diff --git a/util/ectool.c b/util/ectool.c
index 062ffafedb..9f85898cb9 100644
--- a/util/ectool.c
+++ b/util/ectool.c
@@ -204,7 +204,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", "orange"};
/* Note: depends on enum ec_led_id */
static const char * const led_names[EC_LED_ID_COUNT] = {