diff --git a/util/ectool.c b/util/ectool.c index 1a641a931b..98c159cd66 100644 --- a/util/ectool.c +++ b/util/ectool.c @@ -222,7 +222,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] = {