diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/chell/romstage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/chell/romstage.c b/src/mainboard/google/chell/romstage.c index ecaae3a357..f06934f57f 100644 --- a/src/mainboard/google/chell/romstage.c +++ b/src/mainboard/google/chell/romstage.c @@ -41,7 +41,7 @@ void mainboard_romstage_entry(struct romstage_params *params) /* Turn on keyboard backlight to indicate we are booting */ if (params->power_state->prev_sleep_state != SLEEP_STATE_S3) - google_chromeec_kbbacklight(100); + google_chromeec_kbbacklight(25); early_config_gpio(); |