aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/tidus/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/tidus/romstage.c')
-rw-r--r--src/mainboard/google/tidus/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/tidus/romstage.c b/src/mainboard/google/tidus/romstage.c
index 351fc6162e..703eaeae88 100644
--- a/src/mainboard/google/tidus/romstage.c
+++ b/src/mainboard/google/tidus/romstage.c
@@ -56,6 +56,6 @@ void mainboard_pre_console_init(void)
ite_enable_serial(IT8772F_SERIAL_DEV, CONFIG_TTYS0_BASE);
/* Turn On GPIO10.LED */
- set_power_led(SIO_GPIO_BLINK_GPIO10, LED_ON);
+ set_power_led(LED_ON);
}